Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awakelife93/gin-boilerplate
go api server (gin) boilerplate
https://github.com/awakelife93/gin-boilerplate
boilerplate gin go golang gorm mysql template
Last synced: about 1 month ago
JSON representation
go api server (gin) boilerplate
- Host: GitHub
- URL: https://github.com/awakelife93/gin-boilerplate
- Owner: awakelife93
- License: mit
- Created: 2022-09-04T04:50:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T01:17:58.000Z (about 2 years ago)
- Last Synced: 2024-06-21T02:14:08.312Z (6 months ago)
- Topics: boilerplate, gin, go, golang, gorm, mysql, template
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gin Boilerplate
## [Note]
### Description
```
1. Common preprocessing is handled by middleware. (src/lib/middleware)
2. When adding an api, please append to the apis variable. (src/lib/routes/route.go)
```## Author
```
2022.09.04 ->
Author: Hyunwoo Park
```## Getting Started
```
1. go run main.go
```#