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.