For Linux:
for running on a server:
in wsgi.py change app.run() to app.run(host='0.0.0.0')
also change step 5 to flask run --host 0.0.0.0
pip install -r requirements.txtsource env/bin/activateexport FLASK_ENV=developmentexport FLASK_APP=main.pyflask run- Open your browser and check
127.0.0.1:5000
For Windows:
pip install -r requirements.txtpython wsgi.py- Open your browser and check
127.0.0.1:5000
git add .git commitgit pushgit push heroku masterheroku open
heroku psql
SELECT * FROM greenhouse to see the current plant database