- Clone the repository using
https://github.com/SaiRah47/Geo_Location_Web.git - Open the folder and create a python virtual enviornment using
python3 -m venv venv - Activate the virtual environment
- In windows
venv\Scripts\activate - In Ubuntu
source venv/bin/activate
- In windows
- Install Django and Pyrebase using the following command
pip install django Pyrebase4 - Go Inside GeoLocation Folder using cd ./geoLocation/
- Run the following commands
python3 manage.py makemigrationspython3 manage.py migrate- to start the server run
python3 manage.py runserver
SaiRah47/Geo_Location_Web
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|