An open API service indexing awesome lists of open source software.

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

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`