Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 564 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 564 Bytes

studdy_buddy

A web app for creating study groups and making friends.

running:

repo setup

git clone https://github.com/HarryPretel/studdy_buddy.git

server setup

run each of the following commands in the repo you just downloaded

backend

cd studdy_buddy
python3 -m pip install django
python3 -m pip install django-rest-framework
python3 -m pip install django-multiselectfield
python3 manage.py runserver

frontend

cd frontend
yarn
yarn start

running our app

Go to localhost:3000 in your chrome browser to view our website