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

https://github.com/azmainadel/auth-service-go

Authentication service written in Go
https://github.com/azmainadel/auth-service-go

auth bcrypt gin-gonic go gorm-orm service test-project uuid

Last synced: about 1 month ago
JSON representation

Authentication service written in Go

Awesome Lists containing this project

README

          

# Auth Service in Go

Simple auth service for learning purposes written in Go.

## Running Locally
1. Install Go
2. Clone the repo
3. Run `go run authentication`
4. App runs on `localhost:8080`

## Routes
* `/auth/login`
* `/auth/register`

## Testing the APIs on VS Code
1. Install the extension *REST Client* on VS Code
2. Open the files under `/tests/api` and run the requests

## Packages Used
* Gin
* GORM
* UUID
* Bcrypt