474 B
474 B
Resensys Site Status
Run locally
-
Open the project in your IDE and
cdinto thesite_statusfolder. -
Set up a virtual environment:
python -m venv .venv .\.venv\Scripts\Activate.ps1 -
Install dependencies:
pip install -r requirements.txt pip install requestsrequestsis used byapi.pyand is not listed inrequirements.txt. -
Start the app:
python api.py