Beautiful Flask is a blog engine made on Flask. Made for a school project.
- Clone the repository :
git clone https://github.com/duttaditya18/beautiful-flask.git
- Install Python and Pip :
sudo apt-get install python3 python3-pip
- Install Dependencies :
sudo pip3 install flask bs4
- Run :
cd beautiful-flask
andpython3 __init__.py
Please note that this project is in its extremely beta phase. Expect errors! 😄
Heroku : https://beautiful-flask.herokuapp.com/ (Not up to date.)