The purpose of this website is to learn front-end and back-end. Movie booking system comprises of database connected with front-end and back-end of the website. This website provides user the interactive platform of booking movie tickets.
The front end is designed using Materialize CSS, Owl-Carousel, HTML, CSS and JS. The pages are saved as .ejs so the javascript can be embedded. Embedded JavaScript(ejs) is a package in js to embed js in html.
The back end has database, authentication, and admin authority. Admin of the website can interact with database and make changes in it. The backe end is designed using Nodejs and MongoDB is used as database.
$ npm install
$ npm start
The app will be started on localhost:3000.