Go to your .env file and replace the GOOGLE_MAPS_API_KEY with yours
To run all the required files in your terminal
pip3 install -r requirements.txtTo run the backend fastapi app
uvicorn main:app --reloadTo create the virtual environment
python3 -m venv venv