@@ -47,7 +47,7 @@ this tutorial:
47
47
Set-up
48
48
~~~~~~
49
49
50
- Install dependencies, connect to MongoDB and start your FastAPI server.
50
+ Install dependencies, connect to MongoDB and start your FastAPI server:
51
51
52
52
.. procedure::
53
53
:style: connected
@@ -274,7 +274,7 @@ with your data:
274
274
* - ``DELETE /students/{id}``
275
275
- Delete a student
276
276
277
- These routes are defined in the ``app.py`` file.
277
+ These routes are defined in the ``app.py`` file:
278
278
279
279
.. procedure::
280
280
:style: connected
@@ -460,8 +460,8 @@ Test Your API
460
460
461
461
After you complete the previous steps, you have a working API that uses
462
462
FastAPI and the PyMongo Async driver to connect to your MongoDB deployment, and
463
- manage student data. You can use the following steps to send requests to your
464
- endpoints and see the results.
463
+ manage student data. Use the following steps to send requests to your
464
+ endpoints and see the results:
465
465
466
466
.. procedure::
467
467
:style: connected
@@ -482,7 +482,7 @@ endpoints and see the results.
482
482
.. image:: /includes/integrations/fastapi-browser.png
483
483
:alt: Screenshot of browser and swagger UI
484
484
485
- Click on the endpoint you would like to send a request to, fill in any
485
+ Click on the endpoint you want to send a request to, fill in any
486
486
necessary parameters, and click :guilabel:`Execute`.
487
487
488
488
.. step:: See the results of your requests
0 commit comments