A basic structure for Python Flask, anyone can quick start with.
sudo pip install virtualenvvirtualenv venvsource venv/bin/activatepython app.py
- Clone the whole project
- Install the required packages
- Follow setup instructions
- Start creating your application
- Change
.envfile according to the requirements
Note: Also install the required packages like Flask, flask-bootstrap, flask-blueprint