CRM (classrooms reservation and management) is a web application built to manage and make reservations of different classrooms within the school.
Install needed packages for the app to work with npm
// After been in the application directory run this command
// to install packages neededfor the app to work.
npm install
Here is a demo for the app
https://drive.google.com/file/d/1-YMHcC0km5b9wHxXRcF353a6bZ-5G_12/view?usp=sharing
- Authentication and Authorization
- Login and logout
- Classroom
- Manage reservation, check reservations, check users' complaints and problems concerning classroom.
- User
- username, photo, email, and password
- write or recieve complaints.