From 851bd926d98bc75229cad48def60394d02fe05e1 Mon Sep 17 00:00:00 2001 From: Shaikh Mohammaddanish <55867722+ShaikhMohammaddanish@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:02:23 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2034a1..9158dee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # Python-Flask-Blog -This is a flask based blog whose frontend is created using bootstrap. + +this is a blog website with an admin panel. build with python flask and MySQL database. + +to start project clone this repo +``` +gh repo clone haris989/Python-Flask-Blog + +``` + +create database name codingthunder and import codingthunder.sql in it + +run command +``` +pip install -r requremet.txt +python app.py +``` + +this will start a webserver on the localhost + + If you have any questions or suggestions, feel free to open an issue or pull request :) +"# codingthunder-flask" +"# codingthunder" From a10cc0102784c4cb45ff80257065fabf8c2c1dc9 Mon Sep 17 00:00:00 2001 From: Shaikh Mohammaddanish <55867722+ShaikhMohammaddanish@users.noreply.github.com> Date: Wed, 30 Sep 2020 16:06:37 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9158dee..3452236 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ create database name codingthunder and import codingthunder.sql in it run command ``` pip install -r requremet.txt -python app.py +python main.py ``` this will start a webserver on the localhost