No description
Find a file
Firq 0277169408
All checks were successful
/ backend-pylint (push) Successful in 18s
Added twine publish step
2023-12-21 17:22:13 +01:00
.forgejo/workflows Added twine publish step 2023-12-21 17:22:13 +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