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
- Host: GitHub
- URL: https://github.com/jayvirrathi/fastapi-mongodb-rest-api
- Owner: Jayvirrathi
- Created: 2021-09-05T12:01:44.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T12:03:51.000Z (almost 5 years ago)
- Last Synced: 2025-07-11T09:31:37.663Z (12 months ago)
- Topics: fastapi, mongodb, rest-api
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```