Inspired by @CoreyMSchafer 's Flask Tutorials : Flask Web Application Tutorial
The goal of this project was to learn how to use create a Web Application (Blog) using the Flask Framework.
Dependencies:
- Python 3.7+
- Pillow
- flask_login
- flask-bcrypt
- flask-sqlalchemy
- flask-wtf
- flask
- secrets
- flask_bcrypt
Make sure to create your own SecretKey inside the init.py and add the following:
app.config['SECRET_KEY'] = 'SOME RANDOM STRING'