https://momentum-mentors.netlify.app
Momentum Mentors is an app used to connect students in the Momentum Learning program with alums to setup mentorship sessions. It allows an alum to set their availability and for students to schedule a session based on that availability.
- Users can setup profiles as a mentor or mentee.
- Mentors can set their skills and availability.
- Mentees can schedule sessions with the mentors, filtered by skills and availability.
- Menotrs can confirm sessions
- Both mentor and mentee can cancel a session prior to session start time.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
Clone the project
git clone https://github.com/TeamProductionSystem/Team_Production_System.git
Go to the project directory
cd Team_Production_System
Install dependencies
npm install
Start the server
npm run start
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_BE_URL='https://team-production-system.onrender.com'
Link to Endpoints
Currently using MUI for styling.
Link to MUI documentation