Go to file
2025-02-25 20:02:16 -05:00
api Implement some file changes, updated code & bug fixing 2025-02-25 19:52:21 -05:00
.gitignore Implement a fix for some SQL issues 2025-02-24 13:35:58 -05:00
CHANGELOG.md Implement a changelog and readme 2025-02-25 20:02:16 -05:00
functions.py Implement some file changes, updated code & bug fixing 2025-02-25 19:52:21 -05:00
main.py Implement some file changes, updated code & bug fixing 2025-02-25 19:52:21 -05:00
README.md Implement a changelog and readme 2025-02-25 20:02:16 -05:00
requirements.txt Implement some fixes 2025-02-25 07:06:14 -05:00

GETTING STARTED

Clone the repo with either git clone https://git.fstropii.com/tropii/Venture_Of_Heros or just by downloading the .ZIP file.

Create a virtual environment with python -m venv venv and activate it with .\venv\Scripts\activate on Windows or source venv/bin/activate on MacOS/Linux.

Install the required packages with pip install -r requirements.txt.

Run the API with uvicorn main:app --reload and run the main app with python main.py.

The API will be running on http://127.0.0.1:8000 if that port is available.

To see all endpoints go to http://127.0.0.1:8000/docs

Check the CHANGELOG for info on the latest updates.