support-organizer/README.md

21 lines
224 B
Markdown
Raw Normal View History

2023-09-26 19:13:24 +00:00
# support-organizer
2023-09-26 20:01:25 +00:00
## Setup
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
Set up the venv and requirements
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
```shell
cd backend
py -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
2023-09-26 19:13:24 +00:00
```
2023-09-26 20:01:25 +00:00
## Running
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
Start the server using
2023-09-26 19:13:24 +00:00
2023-09-26 20:01:25 +00:00
```shell
py server.py
```