Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 875 Bytes

Readme.md

File metadata and controls

27 lines (21 loc) · 875 Bytes

About

A comprehensive and well-organized database of movies where users can check the latest movies and ratings to find movies according to their preferences.

Check Final for all files.

Files

On the front-end,

Login.html to login for user and admin.
For Admin
admin-dashboard.html for admin.
movie.html for adding new movie.
staff.html to manage database of movie cast.
producer.html add producer details.
delte.html to delete a particular movie.
For user:
movie.html to see all the movie cards.
desc.html for description of each movie.

On the back-end,

A Node.js/Express server that serves a webpage and its resources
app starts at index.js.
individual js files for Sql queries.
frameworks and packages: expressJs and others in pakage-lock.json
Mysql server for database hosting.