Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 684 Bytes

Geo_Location_Web

Steps to run this project

  1. Clone the repository using https://github.com/SaiRah47/Geo_Location_Web.git
  2. Open the folder and create a python virtual enviornment using python3 -m venv venv
  3. Activate the virtual environment
    • In windows venv\Scripts\activate
    • In Ubuntu source venv/bin/activate
  4. Install Django and Pyrebase using the following command pip install django Pyrebase4
  5. Go Inside GeoLocation Folder using cd ./geoLocation/
  6. Run the following commands
    • python3 manage.py makemigrations
    • python3 manage.py migrate
    • to start the server run python3 manage.py runserver