Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 12 days 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)