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

https://github.com/jayvirrathi/fastapi-mongodb-rest-api

FastAPI with MongoDB
https://github.com/jayvirrathi/fastapi-mongodb-rest-api

fastapi mongodb rest-api

Last synced: about 2 months ago
JSON representation

FastAPI with MongoDB

Awesome Lists containing this project

README

          

# FastAPI + MongoDB

## Build Setup

```bash
# install dependencies
pip install -r requirements.txt

# serve with hot reload at localhost:8000 && opendocs at localhost:8000/docs
uvicorn main:app --reload
```

## Docker Build Setup

```bash
docker-compose up
```