Important
Learn about the endpoints here
-
Copy the environment variables // ask from team if you don't want to create them yourself
cp app/.env.example app/.env # or do it manually
-
Install docker
-
Follow this:
make reset # Cleans existing containers and starts fresh
make start # Starts DB + app with live code reloading
make stop # Stops the containers
make clean # Cleans the containers and cleans cache
make tests # Runs pytest suite # too lazy to implement (・ω<)☆