No description
Find a file
2025-02-08 18:43:17 +00:00
static Improved rain 2025-02-08 18:43:17 +00:00
templates initial 2025-02-08 18:22:02 +00:00
.gitignore Improved rain 2025-02-08 18:43:17 +00:00
__init__.py Improved rain 2025-02-08 18:43:17 +00:00
main.py initial 2025-02-08 18:22:02 +00:00
README.md Improved rain 2025-02-08 18:43:17 +00:00
requirements.txt Improved rain 2025-02-08 18:43:17 +00:00

Sonny's Room

Weekly countdown Flask PWA

6:30PM. Every Friday. Sharp.

Requirements:

  • Python 3.11+

Set-up & run locally

  1. Install the PIP dependencies from the requirements.txt file
    $ pip install -r requirements
  2. Open the project folder in the terminal and launch Python \
$ cd SonnysRoom/
$ python # Or python3
  1. 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