Application for users to find tutors for subjects they would like to study. They can view tutors and their ratings.
While visiting Bangladesh, my cousin had an idea of making a tutoring company which worked for students who were looking to learn various subjects. I wanted to start building a resource for users to find tutors that they know will be qualified for their needs. We want the application to be light weight and adhere to Google's design specifications as a majority of users have Android devices.
Clone the source locally:
$ git clone https://github.com/zahrank21/tutr/
$ cd tutr
$ cd tutr-backend
Start Rails Session:
$ rails s
Change to Frontend:
$ cd ..
$ cd tutr-frontend
Install project dependencies:
$ npm install
Start the app:
$ npm run react
$ npm run server
To my instructors at Flatiron! Thank you for all your help.