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

https://github.com/ocneve/fastapiclass


https://github.com/ocneve/fastapiclass

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# Setup
Install poetry
```sh
pip install poetry
```
Install requirements
```sh
poetry install
```
# Launch server
```sh
poetry run start
```