This system allows users to book conference rooms, manage their bookings, and change their accounts. Admins have the ability to manage all bookings and users.
- User functionality: Book rooms, delete bookings, and update credentials.
- Admin functionality: Manage users and bookings.
- Automatic checks: Server deletes bookings when the time is over.
- Backend: Node.js, Express.js, JSON Web Token
- Frontend: HTML, CSS, JavaScript
- Database: JSON file (data.json)
Refer to SETUP.md
for installation and configuration instructions.