Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 693 Bytes

File metadata and controls

16 lines (9 loc) · 693 Bytes

python-flask-blog

This is the blog created using python framework named "Flask".

If you want to run the same project on your system, then follow the steps.

Prerequisites : You must install python from python.org, microsoft visual code, XAMPP server panel.

step 1 : Download the directory.

step 2 : Open main.py in visual code.

step 3 : Open XAMPP panel and run apache and mySQL server.(After importing sql file provided in directory)

step 4 : Run the main.py program and you will see a link in your compiler. Just CTRL+click on the link and BOOM! You successfully opened the blog on your local host.

// You can configure the blog by just making changes in the config.json.