Roomh is web application that allow users to find roommates in major cities, based on your preferences.
This project utilizes a Ruby on Rails backend with a React frontend.
On the front end, install all npm packages using:
npm install
On the backend end, install all npm packages using:
bundle install
On the front end, run the React app using:
npm start
On the backend end, run project using:
rails s