Skip to content

tom-rt/user-service

Repository files navigation

User service seed

Description

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.

Auth

It uses json web tokens. Everything is implemented manually.

Testing

It is end to end tested, you can lauch them with a local or distant database:

source .env-test; go test ./tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages