The scheduler app is a React app that allows students to book time with a mentor Monday to Friday between 12:00 and 17:00. Students are able to create a new booking, edit their existing appointment, or delete their appointment.
Install dependencies with npm install
.
npm start
npm test
npm run storybook
"GET_DAYS": http://localhost:8001/api/days, "GET_APPOINTMENTS": http://localhost:8001/api/appointments, "GET_INTERVIEWERS": http://localhost:8001/api/interviewers,