Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 271 Bytes

FastAPI-MongoDB

This market project is an example of how to use FastAPI and MongoDB together.

Prerequisites

  • python >= 3.9

How to use

  1. Install the requirements
pip install -r requirements.txt
  1. Run the app
python3 main.py