Boilerplate flask app Steps to launch git clone virtualenv venv pip install -r requirments.txt touch .env cp .env.example .env flask run You'll be able to access localhost:5000/test as test URL for boilerplate application.