Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aakashcode12/myblog-flask
This is the Mini Project where I want to start making my own Blog Website using flask framework.
https://github.com/aakashcode12/myblog-flask
Last synced: 8 days ago
JSON representation
This is the Mini Project where I want to start making my own Blog Website using flask framework.
- Host: GitHub
- URL: https://github.com/aakashcode12/myblog-flask
- Owner: AakashCode12
- License: mit
- Created: 2020-09-03T20:24:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T20:52:17.000Z (over 4 years ago)
- Last Synced: 2024-10-27T13:21:07.731Z (about 2 months ago)
- Language: Python
- Size: 7.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyBlog-Flask
This is the Mini Project π where I want to start making my own Blog Website using flask framework.### The commands I've used to install till now (πAlso now I am not A noob I am writing this so that I just need to copy paste in future)
py -3 -m venv venv
cd venv
cd scripts
activate
cd ../
cd ../
pip install flask flask-sqlalchemy#### The Structure which I will follow (Credits: Flask Documentation)
![](https://res.cloudinary.com/dnv3ztqf1/image/upload/v1599165927/Flask%20Blog%20Website/The%20Flask%20Website%20Structure%20Which%20I%20will%20follow.png)