Creating a better system to connect students and tutors.
TutorBase is a free, open-source platform that connects RPI students and RPI tutors. TutorBase provides two key functionalities: control of operations for the tutor and ability to connect with tutors easily for the student.
Make sure you have NodeJS (and npm) installed.
$ cd clientto navigate to client$ npm installto install client-side dependencies
$ cd serverto navigate to server$ npm installto install server-side dependencies
$ npm start- Open http://localhost:3000 to view in browser
This app is currently under development, utilizing the MERN (MongoDB, Express, React, and Node.js) stack.