Ment-to Be is an application that aims to match a computer science student with an industry professional that is already working in the industry. Industry professionals can sign up for a volunteering service and provide their calendar schedule of available times. Students can also sign up and wait for a match to occur. The goal of this application is to provide more information to students in a variety of fields within computer science: front-end, back-end, machine learning, and more. It also aims to guide students toward a more clear path for their future and for any career advice they seek to gain from the mentor. There is a chat system between the mentor and the mentee, as well as a reputation system where the mentee can provide feedback to the mentor regarding their experiences and how satisfied they were with our application. Should the mentor receive great feedback from the mentee, they will receive achievements displayed on their profile.
Demo: https://flipgrid.com/s/ydn9yxrazfos
- cd into the server directory
cd Ment-To-be/server/- install all the dependencies
npm install- run the server
nodemon index.js- Open http://localhost:3001 to view it in the browser.
- cd into the React folder on a separate terminal
cd Ment-To-be/client/ - install required dependencies. Your terminal should tell you which dependencies you're missing. Simply install the missing ones.
npm install- start the react server
npm start- Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Install Node Package Manager (npm). Helpful Documentation


