https://github.com/masb0ymas/gintama
Just boilerplate Gin Golang with GORM
https://github.com/masb0ymas/gintama
gin golang gorm
Last synced: 2 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:09:30.000Z (9 months ago)
- Last Synced: 2025-02-05T10:49:07.706Z (4 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.