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

https://github.com/marttp/fast-api-20210130


https://github.com/marttp/fast-api-20210130

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

- pip3 install pipenv
- pipenv shell
- pipenv install fastapi
- pipenv install uvicorn
- cd api
- uvicorn main:app --reload