A CRUD bloging app
- Flask - The python web framework used
- Flask-sql-alchemy - For Database Management
- Flask-Dance and Flask-Login - Used to create the login system.
- Flask-Wtf - For The web forms.
- A Postgress database is used.
other dependencies are in the requirements.txt.
I used Heroku for hosting this site.
- views.py - This has all the routs to the differnt sections of the site, and also the login infos.
- models.py - This has the classes used to create the slq-alchemy data bases
- forms.py - This has the form classes created by wt-forms.
- Templates - This contains all the html code.
- Static - This contains all the css code.
- run.py - It runs the app.