Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masb0ymas/gintama
Just boilerplate Gin Golang with GORM
https://github.com/masb0ymas/gintama
gin golang gorm
Last synced: 23 days ago
JSON representation
Just boilerplate Gin Golang with GORM
- Host: GitHub
- URL: https://github.com/masb0ymas/gintama
- Owner: masb0ymas
- Created: 2021-06-21T03:35:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:09:30.000Z (3 months ago)
- Last Synced: 2024-08-25T15:27:11.943Z (3 months ago)
- Topics: gin, golang, gorm
- Language: Go
- Homepage:
- Size: 3.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gintama
### Features
- Gin
- GORM
- Air ( Live Reload )
- Makefile### Step to run this projects:
- Clone this repository
- Duplicate `.env.example` to `.env`
- Setup your database
- Run with command `make dev`
- Happy Coding.