Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ysomad/go-auth-service
- Owner: ysomad
- License: mit
- Archived: true
- Created: 2021-08-15T21:26:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T05:41:52.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T19:48:32.958Z (5 months ago)
- Topics: gin, go, migrate, mongodb, pgx, postgresql, redis, squirrel
- Language: Go
- Homepage:
- Size: 8.01 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)