Back to work Algorithm VisualizerNext entry
Meeting Rooms Management
P6Sheet
Room booking backend with conflict-free scheduling, cron reminders, and email notifications.
Overview
Express + Sequelize (MySQL) service for booking meeting halls. Modular architecture with versioned booking modules, Zod request validation, JWT auth with bcrypt, timezone-aware scheduling via moment-timezone, node-cron/node-schedule for reminders and cleanup, and Nodemailer confirmations. ESLint + Husky + lint-staged enforce code quality on commit.