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

https://github.com/pashamakhilkumarreddy/fastapi-demo

A sample application using FastAPI
https://github.com/pashamakhilkumarreddy/fastapi-demo

fastapi python3

Last synced: 2 months ago
JSON representation

A sample application using FastAPI

Awesome Lists containing this project

README

          

# FastAPI Demo

`pipenv shell` - Activate virtual environment

`pipenv install` - Install dependencies / Create pipfile

`./runserver-dev.sh` - To run server in local

`./runserver.sh` - To run server in production

`127.0.0.1:5000/docs` - API Documentation