No description
Find a file
Firq cb0334becc
All checks were successful
/ backend-pylint (push) Successful in 18s
Disabled double CI for tags
2023-12-21 17:25:28 +01:00
.forgejo/workflows Disabled double CI for tags 2023-12-21 17:25:28 +01:00
.vscode New endpoints 2023-09-26 22:54:40 +02:00
backend updated package to conform to pylint 2023-12-21 17:11:47 +01:00
.gitlab-ci.yml cp fix 2023-11-24 20:56:53 +01:00
README.md Updated README 2023-12-20 17:06:08 +01:00

support-organizer

Setup

Set up the venv and requirements

cd backend
py -m venv .venv
.venv/Scripts/activate
pip install -e .

Running

Start the server using

py -m fgo-request-manager