https://github.com/jonhmchan/boilerplate
My personal boilerplate with Go
https://github.com/jonhmchan/boilerplate
gin-gonic go html javascript postgresql sass
Last synced: 3 months ago
JSON representation
My personal boilerplate with Go
- Host: GitHub
- URL: https://github.com/jonhmchan/boilerplate
- Owner: JonHMChan
- Created: 2017-03-21T00:20:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T01:56:04.000Z (over 9 years ago)
- Last Synced: 2025-05-29T09:02:15.499Z (about 1 year ago)
- Topics: gin-gonic, go, html, javascript, postgresql, sass
- Language: Go
- Homepage:
- Size: 3.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerplate
This is my personal boilerplate for a deployment ready web development server. It includes the following:
- Working web server running on `gin-gonic`
- Routes for a REST api at `api/v1/users` route
- Models with a basic user
- Storage that initialized a database connection and automatically migrates models
- Config that allows for feature flagging and statically typed environment variables
- Controllers for serving front end
- Heroku ready deployment and local testing using `heroku local`
- Gulp with automatic `go build` and SASS and JS compilation
- CSRF protection with `justinas/nosurf`
- Templating engine with Pongo, standard chrome, and partials
- Standard jQuery library