Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aon4o/flask_exercise


https://github.com/aon4o/flask_exercise

flask html jinja2 python3 sql webapp

Last synced: about 3 hours ago
JSON representation

Awesome Lists containing this project

README

        

Flask Exercise Notes:

Running a flask server in Debug mode:



  • export FLASK_APP={router_name}.py

  • export FLASK_ENV=development

  • export FLASK_DEBUG=1

  • python -m flask run

requirements.txt


This is a file with the required Python modules for installing the project.


They will be automatically installed after running the following command:


  • python3 -m pip install -r requirements.txt