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: about 1 year ago
JSON representation

This is the Mini Project where I want to start making my own Blog Website using flask framework.

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)