/tmu_map

都立大の便利なマップを作るプロジェクトです。Creating a useful map for TMU people!

Primary LanguagePython

  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