/TutorBase

TutorBase for RCOS

Primary LanguageJavaScriptMIT LicenseMIT

Tutorbase Logo


Creating a better system to connect students and tutors.


Links

Overview

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.

Development Environment Setup

Make sure you have NodeJS (and npm) installed.

Client Dependencies

  • $ cd client to navigate to client
  • $ npm install to install client-side dependencies

Server Dependencies

  • $ cd server to navigate to server
  • $ npm install to install server-side dependencies

Running Local Project in Development Mode

Development

This app is currently under development, utilizing the MERN (MongoDB, Express, React, and Node.js) stack.

We also use:

  • Typescript
  • Redux Starter Kit

License

MIT