Blog App Written in Flask
To View The Demo:
Before you begin, ensure you have met the following requirements:
- git clone https://github.com/default-sameer/flask-blog.git
- virtualenv venv
- pip install > requirements.txt
- $ flask shell
- $ db_create_all()
- flask run