File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ It was written to accompany a [blog post](https://developer.mongodb.com/quicksta
6
6
## TL;DR
7
7
8
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 from your terminal (edit the ` DB_URL ` first!):
9
+ activate your Python virtualenv, and then run the following from your terminal (edit the ` MONGODB_URL ` first!):
10
10
11
11
``` bash
12
12
# Install the requirements:
@@ -23,4 +23,4 @@ uvicorn app:app --reload
23
23
24
24
Now you can load http://localhost:8000 in your browser ... but there won't be much to see until you've inserted some data.
25
25
26
- If you have any questions or suggestions, check out the [ MongoDB Community Forums] ( https://developer.mongodb.com/community/forums/ ) !
26
+ If you have any questions or suggestions, check out the [ MongoDB Community Forums] ( https://developer.mongodb.com/community/forums/ ) !
You can’t perform that action at this time.
0 commit comments