Creating a better system to connect students and tutors.
- https://rcos.io/projects/dangitjason/tutorbase/profile (RCOS Project Page)
- Want to learn more, checkout: https://github.com/DangItJason/TutorBase/wiki
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 Docker Desktop installed.
Run $ docker-compose build
from the root directory to build the Docker images for the server and the client with all dependencies already installed
$ docker-compose up
to start both the server and the client- Open http://localhost:3000 to view in browser
This app is currently under development, utilizing the MERN (MongoDB, Express, React, and Node.js) stack.
We also use:
- Typescript
- Redux Starter Kit
MIT