Skip to content

SaiRah47/Geo_Location_Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published