Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.25 KB

File metadata and controls

37 lines (24 loc) · 1.25 KB

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 Docker Desktop installed.

Project Dependencies

Run $ docker-compose build from the root directory to build the Docker images for the server and the client with all dependencies already installed

Running Local Project in Development Mode

  • $ docker-compose up to start both the server and the client
  • Open http://localhost:3000 to view in browser

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