Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 506 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 506 Bytes

Gin Demo

Demo of using the Gin web framework for the Software Engineering 2023 course.

Pre-requisites

  • Go 1.20 or above

Quick Start(Docker)

docker-compose up

Quick Start(Manual)

  1. Clone this repository
git clone https://github.com/linliulab/gin-demo.git
  1. Install dependencies
go mod download
  1. Run the server
go run main.go

Migrations will be automatically applied when the server starts.