A full-stack movie application built with Express.js, MongoDB, React, and JWT Authentication. It allows users to sign up, log in, and explore movie content in a seamless frontend-backend integrated environment.
- User Authentication (JWT, bcrypt)
- Movie-related data handling via MongoDB
- Backend powered by Express.js
- Frontend powered by React + Vite
- File uploads using Multer (for posters, etc.)
- Uses
concurrentlyto run frontend & backend in parallel