Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 455 Bytes
  1. Install dependencies
    In the project directory, run
pip3 install -r requirements.txt
  1. For this web app, Google API only accepts requests from http://127.0.0.1:8000
    so, make sure you are using that one!

  2. Run the app (make sure that you are in the correct directory!)

python3 manage.py runserver 
  1. Type the url below into a browser
http://127.0.0.1:8000
  1. We use python version 3.11.2 if you need that