This is a repo for a starter application for a Single Page MEAN Stack application. Just download and install and you have a good foundation for building application.
Make sure you have Node.js and MongoDB Installed on your local system. Start MongoDB server and follow below given installation procedure on the Command Line / Terminal
- Download the repository
- Install npm modules:
npm install
- Install bower dependencies
bower install
- Start up the server:
node server.js
- View in browser at http://localhost:3000
- v1.0: Basic CRUD Boiler Plate with OMDB API Integration. Add Movies Module (31st Jan 2017)
- v1.1: City CRUD Module. Basic Add / Update / Read / Delete Cities (5th Feb 2017)
- v1.2: Add / Remove Theatre. Assign Cities, Number of Seats and Ticket Price (6th Feb 2017)
- v1.3: Add / Remove Show Times (6th Feb 2017)
- v1.4: Assign Movies to show times and create shows (7th Feb 2017)
- v1.5: Assign fromDate and toDate for shows (9th Feb 2017)
- v1.6: Added Material Design and CSS Fix on all pages (10th Feb 2017)
- v1.7: Home Page - Search And filter Movies based on Genre / City and proceed to book tickets (12th Feb 2017)
- v1.8: Book tickets based on City and generate Ticket ID and update available seats (13th Feb 2017)
- v1.9: Ticket Cancellation module based on Ticket ID (16th Feb 2017)
- v2.0: Security (Firebase) and session (28th Feb 2017)
- No Upcoming Additions