A simple blog written in Flask.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
You will need Python 3.7 or later to run this project.
https://www.python.org/downloads/
You will need to install pipenv on your machine. You will also need to install the dependencies that come with the project.
Installing pipenv:
pip3 install pipenv
More details of pipenv and what it is can be found at: https://pipenv-fork.readthedocs.io/en/latest/
Installing the dependencies:
pipenv install
Running the project:
python app.py
- Flask - The web framework used
- Flask-SQLAlchemy - ORM used to handle database actions
- Flask-WTF - Used to handle forms and form validation
- Flask-Bcrypt - Used to encrypt passwords
This project is licensed under the MIT License - see the LICENSE.md file for details