Skip to content

AlKooll/TutorBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TutorBase

Creating a better system to connect students and tutors.

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.

About

TutorBase for RCOS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.1%
  • HTML 9.6%
  • CSS 9.3%