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: 2 months ago
JSON representation

Just boilerplate Gin Golang with GORM

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.