A simple wrapper for getting started on flask applications
- Step 1 Download Python
- Step 2 Open terminal or cmd
- Step 3 Enter the commands below
pip install Flask
To run a Flask app on localhost
sudo python app.py
Heroku support files are in the folder named heroku