A ticket booking platform
Flow of Program
index.html serves as the login page, verifies the user info using angular and on successful verification it redirects the user to nextpage.html
nextpage.html is the main where the user can select the city and book tickets for the available movies as required
app.js contains all the codes realted to angular.js
server.js contains all the related to node, and deploys the local server
styles.css contains all the css formatting required, even makes use of bootstrap elements