No description
| static | ||
| templates | ||
| .gitignore | ||
| __init__.py | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Sonny's Room
Weekly countdown Flask PWA
6:30PM. Every Friday. Sharp.
Requirements:
- Python 3.11+
Set-up & run locally
- Install the PIP dependencies from the requirements.txt file
$ pip install -r requirements - Open the project folder in the terminal and launch Python \
$ cd SonnysRoom/
$ python # Or python3
- Import the app and run.
>>> from __init__ import SonnysRoomApp
>>> SonnysRoomApp.run()
* Serving Flask app '__init__'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5000
Press CTRL+C to quit