Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 695 Bytes

File metadata and controls

23 lines (20 loc) · 695 Bytes

F3 Nation Data Management UI

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.

Installation

  1. Clone the repo:
git clone https://github.com/F3-Nation/f3-nation-data-management.git
  1. Use Poetry to install dependencies:
poetry install
  1. Run the alembic migration to initialize a local sqlite db (or update to the latest version):
reflex db migrate
  1. Run using
poetry run reflex run
  1. Your running app should be available at http://localhost:3000/home