3-Months-Of-Grind is exactly what it sounds like 3 MONTHS OF GRIND, I will be documenting my journey as I learn flask, django and fastAPI
In a terminal run the following commands from the root folder of the forked project.
Windows
python -m venv .\venv
Now that you are working in the virtualenv, install the project dependencies with the following command.
pip install -r requirements.txt
You can preview your work by running flask run in the root of your fork and then visit http://localhost:5000 in your browser.
flask run
Pull requests are not welcome. You can fork and try using this as your own template for 100 days of 'XYZ'.