You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small sample project demonstrating how to build an API with [MongoDB](https://developer.mongodb.com/) and [FastAPI](https://fastapi.tiangolo.com/).
4
+
It was written to accompany a [blog post](https://developer.mongodb.com/quickstart/python-quickstart-fastapi/) - you should go read it!
5
+
6
+
## TL;DR
7
+
8
+
If you really don't want to read the [blog post](https://developer.mongodb.com/quickstart/python-quickstart-fastapi/) and want to get up and running,
9
+
activate your Python virtualenv, and then run the following, to run the code run the following from your terminal (edit the `DB_URL` first!):
10
+
11
+
```bash
12
+
# Install the requirements:
13
+
pip install -r requirements.txt
14
+
15
+
# Configure the location of your MongoDB database:
0 commit comments