The goal of this project was to create an application for students to use to find other students who have similar interests as them. This is to aid them in finding partners for projects or startups or just study buddies for classes. The project accomplished creating a basic UI to match students of similar skill, major, and class standing to be study buddies.
(Optional) virtualenv: https://cloud.google.com/python/docs/setup#installing_and_using_virtualenv
Only need npm install first time:
cd ReactApp
npm install
npm start
On another terminal:
cd Backend
pip3 install -r requirements.txt
python3 server.py
