This app has a Rails backend and a React frontend. The app is designed to allow users to find other users whose study interests overlap with their own.
To run the app locally, start the Rails sever via rails s
. Navigate to localhost:3000
in your browser.
To access the deployed version of the app, navigate to https://studybuddy-finder.herokuapp.com/.