You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Secure, Scalable & Production-Ready RESTful Backend
Authentication · Movies · Watchlists · Clean Architecture
🌟 Project Overview
Movie Management Backend is a full-featured RESTful API built from scratch using Node.js and Express.js, following modern backend engineering standards.
It powers secure user authentication, movie management, and a personalized watchlist system with status tracking and ratings — making it ideal for real-world production use.
⚡️ Core Features
🔐 Authentication System
📝 User Registration – Secure signup with schema validation
🔑 User Login – JWT-based authentication
🚪 User Logout – Token invalidation support
🔒 Password Hashing – bcryptjs for strong encryption
🛡️ Protected Routes – Middleware-driven access control