Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 612 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 612 Bytes

Spare Cores Keeper API

Implements a HTTP API to search the Spare Cores data.

Main dependencies:

  • sparecores-data
  • FastAPI
  • SQLModel

Usage

Run the application in a single process:

git clone git@github.com:SpareCores/sc-keeper.git
cd sc-keeper
pip install -e .
uvicorn sc_keeper.api:app --reload

To use Sentry, set the SENTRY_DSN environment variable.

Useful debug links