FastAPI Backend for Workshop #4, to connect with fastapi backend
Create a new folder on your computer and create a new virtual environment. In your terminal run these commands:
pip install "fastapi[standard]"
pip install motor[srv]
Setup a new cluster in MongoDB atlas and take note of the URI. Create a new collection (or 'table') and create a new document (single instance of something in the 'table') with the appropriate fields: 'destination', 'distance', ...