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

https://github.com/martincastroalvarez/python-fastapi

A FastAPI app
https://github.com/martincastroalvarez/python-fastapi

Last synced: about 1 year ago
JSON representation

A FastAPI app

Awesome Lists containing this project

README

          

# FastAPI Application

![docs.png](docs.png)

## Instructions

* Install the dependencies

```bash
virtualenv -p python3 .env
source .env/bin/activate
pip install -r -requirements.txt
```

* Start the API

```bash
uvicorn app:app --reload
```

* Read the Docs. Visit [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs)