tlambert03 / fpbase2

FPbase rewritten with sqlmodel and fastapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPbase2

codecov

A rewrite of the FPbase backend, using sqlmodel and FastAPI

Installation

install rye (if you don't already have it), then:

git clone https://github.com/tlambert03/fpbase2.git
cd fpbase2
rye sync
rye test

(You can also use source .venv/bin/activate to activate the virtual environment, and then run pytest directly)

Usage

fpb run

Then navigate to http://127.0.0.1:8000/docs to see the interactive API docs.

About

FPbase rewritten with sqlmodel and fastapi


Languages

Language:Python 99.1%Language:Makefile 0.9%