Skip to content

F3-Nation/f3-nation-data-management

Repository files navigation

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

About

A proof-of-concept management UI for F3 data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors