This is a user handling service, fully written in Go.
The used database engine is postgresql.
The libraries used are exclusively gin-gonic and SQLX.
You can initialize the database model with the files located in the psql folder.
It uses json web tokens. Everything is implemented manually.
It is end to end tested, you can lauch them with a local or distant database:
source .env-test; go test ./tests