Browse movies and reserve seats for specific showtimes
- User - register, login, profile update, password reset
- Movies - manage movie listings, showtimes, search/filter
- Reservations - book seats, cancel bookings, check availability
- Payments - process payments, refund, track payment status
- Notifications - email/sms confirmation, reminders
- Get the project locally
git clone https://github.com/lrbn86/movie-reservation-api.git
cd movie-reservation-api
npm install- Run the project
npm start- Run tests
npm run testFor more commands, check the package.json file
See DOCUMENTATION for detailed API documentation
This project is licensed under the MIT License