/LifeLoot

Life Tracker for Magic the Gathering

Primary LanguagePythonMIT LicenseMIT

LifeLoot

Life Tracker for Magic the Gathering

I don't have a lot of time to write this readme so here:

Run these commands from the app directory:
pip install -r requirements.txt
uvicorn app.main:app --reload

Find the docs on your local session at this address

How to upgrade DB


alembic revision -m "<\a message about your commit>" --autogenerate
alembic upgrade head

To launch the app, go to clone project and specify the github address, not sure if the other stuff in here will break it that way