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

https://github.com/faraasat/rest-api-with-fastapi-and-python


https://github.com/faraasat/rest-api-with-fastapi-and-python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

to run the project:

```bash
uvicorn storeapi.main:app --reload
```

run test by using:

```bash
pytest
```