Airline reservation system is a full-stack Javascript application. It uses angulatJS for front-end, nodejs for backend and mongoDB for database. To speed up development time, Bootstrap-CSS is used.
It is a mock app done to explore capabilities of AngularJS, nodeJS and mongoDB.
To setup the app,
- install mongodb on your system.
- Start the server, run mongod on command-line.
- Navigate to db directory and run statements from db-imports.txt on command line.
- Your Database is populated.
- Run node node-server.js on command-line. ( node the url displayed )
- Start the app in browser using above url.