https://github.com/razobeckett/psn-project
https://github.com/razobeckett/psn-project
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/razobeckett/psn-project
- Owner: RazoBeckett
- Created: 2025-01-22T16:48:28.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T07:35:16.000Z (9 months ago)
- Last Synced: 2025-01-23T08:26:49.890Z (9 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencies
Install the required packages:
```sh
pip install -r requirements.txt
```## How to run
- Run a static webserver (using python):
```sh
python -m http.server 5500 -d templates
```- Run the flask backend:
```sh
python app.py
```