No description
Find a file
2023-10-01 19:47:35 +02:00
.vscode New endpoints 2023-09-26 22:54:40 +02:00
backend added new endpoints, implemented db singleton, started on requests manager api 2023-10-01 19:47:35 +02:00
.gitlab-ci.yml added new endpoints, implemented db singleton, started on requests manager api 2023-10-01 19:47:35 +02:00
README.md Added CI 2023-09-26 22:01:25 +02:00

support-organizer

Setup

Set up the venv and requirements

cd backend
py -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt

Running

Start the server using

py server.py