No description
Find a file
2023-09-26 22:02:50 +02:00
backend First files 2023-09-26 22:00:26 +02:00
.gitlab-ci.yml Added pylint to CI 2023-09-26 22:02:50 +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