A Gin Framework with Bootstrap HTML view project layout tamplate.
- GIN HTTP API
- GIN HTML View
- GORM based MySQL
- Full Sample Code for Beginners
- You need a MySQL Server, go to schema folder to apply all scripts to your MySQL.
- Update config/config.yaml file with your MySQL info.
- Start cmd/main.go file to run the template.
- Visit http://localhost:8081, you can see the page.
Update later