No description
Find a file
Firq 472a00bf87
Some checks failed
/ build:package (push) Has been skipped
/ backend-pylint (push) Failing after 6s
no source command 2?
2023-12-20 17:19:32 +01:00
.forgejo/workflows no source command 2? 2023-12-20 17:19:32 +01:00
.vscode New endpoints 2023-09-26 22:54:40 +02:00
backend Packagind and build step 2023-11-24 20:50:18 +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