/flask_render_example

Messing around with flask and render

Primary LanguagePython

To start development server python3 -m flask --debug run

to start production server gunicorn app:app navigate to localhouse:8000