https://github.com/avijeetpandey/go-auth
A simple REST api implementation using goLang and gin
https://github.com/avijeetpandey/go-auth
gin go postgresql rest-api
Last synced: about 2 months ago
JSON representation
A simple REST api implementation using goLang and gin
- Host: GitHub
- URL: https://github.com/avijeetpandey/go-auth
- Owner: avijeetpandey
- Created: 2023-04-09T12:46:08.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T14:13:45.000Z (about 3 years ago)
- Last Synced: 2025-01-25T06:25:30.269Z (over 1 year ago)
- Topics: gin, go, postgresql, rest-api
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go - Auth :tada: :rocket:
A simple Go-based REST API implementation to understand working with databases , ORM tools and CRUD operation using Go
The Implemented code , tries to mimic a situation where the user is to be
- created
- updated
- deleted
- and find
Used tech : `Go, GORM, Postgres, Gin`