Movie and Series Management Application with Authentication, File Upload, and API Features. The application should allow users to perform CRUD operations on movies and series, including authentication, file upload, and other API features.
- Two different role Admin and User.
- Admin can create, update, read and delete the movies.
- User can read and sort, filter and search movie by title, genre.
- Clone the repository:
git https://github.com/AxatSachani/Movie-App-Backend.git
- Install dependencies:
npm install
(or any other package manager you're using) - Start the application:
npm start
- Connect with your local mongodb or create a cluster from MongoDB and update in database file
- Bunny CDN: All movies media like poster, banner images all the media will store on cdn storage
open cdn media link e.g
https://movieapp.b-cdn.net
+ image path which is store in databse. - API Authantication : API Authanticationwith JWT token to secure the API endpoint and use for multiple role access.
- Activity Log : Activity logs of actions performed by both users and admin. This feature will be valuable for auditing, troubleshooting, and monitoring user behavior and admin activities.
- Nodejs and ExpressJS for the server-side.
- MongoDB database for the data storage .