Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Authentication and account management service
https://github.com/ysomad/go-auth-service

gin go migrate mongodb pgx postgresql redis squirrel

Last synced: about 1 month ago
JSON representation

Authentication and account management service

Awesome Lists containing this project

README

        

# Golang authentication service

## Local development
1. Configure `env` file
2. Run postgres and redis in docker container
```shell
$ make compose-up
```
3. Build and run the app
```shell
$ make run
```

Make sure Makefile includes correct `env` file.

## Links
- [Evrone Go clean template](https://github.com/evrone/go-clean-template)