Skip to content

LinLiuLab/gin-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages