https://github.com/tony-go/go-api-starter
Golang api boilerplate using Gin and Gorm
https://github.com/tony-go/go-api-starter
api gin golang gorm
Last synced: 3 months ago
JSON representation
Golang api boilerplate using Gin and Gorm
- Host: GitHub
- URL: https://github.com/tony-go/go-api-starter
- Owner: tony-go
- Created: 2019-10-28T06:16:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T12:31:23.000Z (over 5 years ago)
- Last Synced: 2025-02-01T17:44:19.643Z (5 months ago)
- Topics: api, gin, golang, gorm
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOLANG API STARTER
## Start Server
```
go run main.go
```Happy hacking !