This is a proof of concept project to create an admin app to manage F3 regions' data. This will include locations, AOs, schedules, backblasts, etc. It is written in Reflex, a Python framework for building modern web apps.
- Clone the repo:
git clone https://github.com/F3-Nation/f3-nation-data-management.git- Use Poetry to install dependencies:
poetry install- Run the alembic migration to initialize a local sqlite db (or update to the latest version):
reflex db migrate- Run using
poetry run reflex run- Your running app should be available at http://localhost:3000/home