Small project implementing various web technologies
- Clone this repository
virtualenv venv
./venv/Scripts/activate
to enable the venvpip install -r requirements.txt
It is recommended to install the following VSCode extensions:
If you use PyCharm, you're on your own :p
If you use Canopy, I don't wanna talk to you anymore
→ Simply run flask run
!
All the required environment variables will be loaded automatically from the .flaskenv
file.