An API endpoint challenge for PowerToFly using Flask framework.
You will find here a specific list of requirements for this challenge.
You have to create .env, .db.env, .redis.env files using .example* files as a start.
If you are running the project for the first time, run:
make run-local-initAfter that, you can start your project with:
make run-localLaunch http://127.0.0.1:5000 in your browser.
If you are running the project for the first time, you must run:
make run-docker-initAfter that, you can start your containers with:
make run-dockerRun:
make run-local-testRun:
make run-docker-testRun:
make pre-commit-install