Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 510 Bytes

File metadata and controls

27 lines (20 loc) · 510 Bytes

output

Screenshot from 2024-09-07 08-40-18

  1. Clone Repository:

    git clone https://github.com/ProKelly/studybud.git
    cd studybud
  2. Install Dependencies:

    pip install -r requirements.txt
  3. Make migration:

 python manage.py makemigrations
 python manage.py migrate
  1. Run Development Server:
    python manage.py runserver