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
- Host: GitHub
- URL: https://github.com/sumeetgedam/flask_blog
- Owner: sumeetgedam
- Created: 2022-03-20T09:16:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T10:17:18.000Z (over 4 years ago)
- Last Synced: 2025-01-27T15:44:35.239Z (over 1 year ago)
- Topics: bootstrap5, flask, flask-application, python
- Language: HTML
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/

