Simple api using rust axum mainly. It is a learning project to discover jwt authentification and backend development using rust.
Required tools: Docker, docker-compose, rust, make
- Set a .env file at the root of the project
POSTGRES_PASSWORD=<TODO>
POSTGRES_USER=<TODO>
POSTGRES_DB=<TODO>
DATABASE_URL=<TODO>- Start the db and the api server
make start-service- Stop the service
make clean-serviceOr restart
make restart-servicemake get_readyz_response