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 freshmake start # Starts DB + app with live code reloadingmake stop # Stops the containersmake clean # Cleans the containers and cleans cachemake tests # Runs pytest suite # too lazy to implement (・ω<)☆