movie management system where users can view, add, edit, delete, and manage a collection of movies, including marking movies as favorites. The backend of the application is built using a RESTful API, and the frontend is a web-based interface that allows users to interact with the movie database.
HOW TO RUN
1.run the movies.mysql in mysqlworkbench.to create a new table called "movies" in the database.
2.update the confi.js with the details to make connection.
3.npm install.
4.npm start.