Skip to content

fluxx-lab/flux-api

Repository files navigation

FLUX API

This is API server that supports /check, /track & /attach endpoint. SDK's would be build around this server

Setup

Clone the repo

git clone https://github.com/fluxx-lab/flux-api.git

Install (UV)[https://docs.astral.sh/uv/] python package manager

Create venv

uv venv

Install the dependencies and packages

uv sync

How to run application

  • Locally using fastapi
uv run fastapi dev
  • Locally using uvicorn
uv run uvicorn app.main:app --reload

About

FastAPI core service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages