/StudyBuddy

An application to let kids enjoy the boons of technology in learning

Primary LanguagePython

Running StudyBuddy locally

  1. Clone the repository -> git clone https://github.com/username/StudyBuddy.git
  2. cd into the main repository's folder ( /StudyBuddy )
  3. cd into the virtual environment using "cd venv" ( /StudyBuddy/venv )
  4. Activate virtual environment using -
    .\Scripts\activate
    
  • VIRTUAL ENVIRONMENT ACTIVATED -
  1. cd back to the main repository "cd .."
  2. install python and django using "pip install django"
  3. cd into mysite folder "cd mysite"
  4. run command
    python manage.py runserver
    

The project will be up and running on localhost:8000 on your preferred browser