An open API service indexing awesome lists of open source software.

https://github.com/naskio/pause-fit-backend

Junction 2022, Backend for Pause-Fit.
https://github.com/naskio/pause-fit-backend

Last synced: 3 months ago
JSON representation

Junction 2022, Backend for Pause-Fit.

Awesome Lists containing this project

README

          

# Pause-Fit-backend

Junction 2022, Backend for Pause-Fit.

# Installation

```shell
pip install -r requirements.txt
```

# Running

```shell
uvicorn src.main:app --reload
```