Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devenock/gin-rest-api
A rest-api built using Gin Framework
https://github.com/devenock/gin-rest-api
Last synced: 6 days ago
JSON representation
A rest-api built using Gin Framework
- Host: GitHub
- URL: https://github.com/devenock/gin-rest-api
- Owner: devenock
- Created: 2024-09-04T11:49:05.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T21:43:48.000Z (4 months ago)
- Last Synced: 2024-12-10T20:40:29.125Z (14 days ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A RESTful API built using Gin and GORM.
### Steps
Start by initializing a go module:` go mod init github.com/Trend20/gin-rest-api`
### Remaining to be tackled:
1. [ ] Authentication
3. [ ] Unit Testing
5. [ ] Dockerization