This app provides a platform to build your own Blogs, edit them and also view other blogs.
-
Install the required packages
pip install -r requirements.txt -
Rename
.env-exampleto.envand make the required changes like updating the following-
"MYSQL_USER"
-
"MYSQL_PASSWORD"
-
-
To configure the required database in the MySQL Database
mysql -u <username> -p < blog.sql -
Start the app by running
python app.py