- Install dependencies
In the project directory, run
pip3 install -r requirements.txt
-
For this web app, Google API only accepts requests from
http://127.0.0.1:8000
so, make sure you are using that one! -
Run the app (make sure that you are in the correct directory!)
python3 manage.py runserver
- Type the url below into a browser
http://127.0.0.1:8000
- We use python version 3.11.2 if you need that