A simple starter for building RESTful APIs with FastAPI and MongoDB.
- Install Package
pip install -r requirements.txt
- API Server
python main.py
Init
docker-compose up -d
Rebuild API
docker-compose up web --build -d
A simple starter for building RESTful APIs with FastAPI and MongoDB.
pip install -r requirements.txt
python main.py
Init
docker-compose up -d
Rebuild API
docker-compose up web --build -d