Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aon4o/flask_exercise
- Owner: aon4o
- Created: 2020-12-08T11:49:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T16:02:04.000Z (almost 4 years ago)
- Last Synced: 2023-10-07T20:23:59.172Z (about 1 year ago)
- Topics: flask, html, jinja2, python3, sql, webapp
- Language: Python
- Homepage:
- Size: 4.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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