A micro-service to manage users and authentication
$ cp .env.dist .env
Edit accordingly to change the SECRET value. DATABASE_URL should work out the box.
Create postgresql data directory: mkdir .docker-cache/datadir
Database is automatically created the first time postgres starts with db-initialize.sql
Note: need to build the container to run the database migration.
$ make docker_build
$ make aerich_upgrade
$ make up
- logger