Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 367 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 367 Bytes

README

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/.