An open API service indexing awesome lists of open source software.

https://github.com/sumeetgedam/flask_blog

Blog Website/Application using Flask
https://github.com/sumeetgedam/flask_blog

bootstrap5 flask flask-application python

Last synced: about 2 months ago
JSON representation

Blog Website/Application using Flask

Awesome Lists containing this project

README

          

# Flask_blog
This is an implementation of Corey Schafer Flask Blog Youtube playlist
1. clone this repository into your local machine
2. move into this folder and open command prompt
3. Now on command prompt

a.export FLASK_APP=run.py ( for mac )

a.set FLASK_APP=run.py (for windows )

b. flask run
4. check runnning app on http://127.0.0.1:5000/


![Screenshot (143)](https://user-images.githubusercontent.com/54938364/160808974-fb1fbfff-5aa4-4c4c-866d-c9e3642bbe9d.png)

![Screenshot (144)](https://user-images.githubusercontent.com/54938364/160808993-09052bc5-0bd1-46a7-a7a2-904e67087a9b.png)