Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 main.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"