Skip to content

ecfidler/rpg-hell-backend

Repository files navigation

rpg-hell-backend

the backend for the RPG Hell's website

schema

will include:

  • Schema for MySQL database
  • FastAPI backend
  • Docker Image for everything? idk

How to setup

  1. Setup venv
python -m venv .venv
.venv/Scripts/activate (Windows) (or) source .venv/bin/activate (Mac/Linux)

If you run into a "cannot be loaded because running scripts is disabled on this system" error do:

Set-ExecutionPolicy Unrestricted -Scope Process
  1. Install packages
python -m pip install -r requirements.txt
  1. Run API
uvicorn api:app --reload

About

the backend for the RPG Hell's website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages