/3-Months-Of-Grind

My journey grinding

Primary LanguageHTMLMIT LicenseMIT

3-Months-Of-Grind

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

Installation

Create Virtual Environment

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

Grind

Day Topic Youtube Video
1 Python problem challenges & Exploring Flask DAY 1
2 Login and registration form with validation & lots of Bootstrap DAY 2
3 Authentication and Databse setup DAY 3
4 Update and delete post functionality DAY 4
5 Pagination, Lookup user posts, ordered post DAY 5
6 Reset Password DAY 6
X Accident DAY X

Technologies

Contributing

Pull requests are not welcome. You can fork and try using this as your own template for 100 days of 'XYZ'.

Credits

@Th3lazykid

License

MIT