BSoD (Blank Screen of Death!)

August 4, 2022 ยท View on GitHub

A perfectly normal RPG game!

Setting up

  • Install the dependencies in requirements.txt
  • Install PostgreSQL
  • Set up PostgreSQL server (More info)
  • Set an environment variable DB_URL with the database URL inside
  • For convenience using the heroku site is encouraged

Running

  • Run this on your terminal: uvicorn src.main:app
  • Go to the site you got from Uvicorn running on ...
  • Have fun!

Documentation

Please read the wiki