Flight Search Engine Application using AngularJS
Installation Instructions :
Execute the following commands in sequence to run the application:
npm install : To install node_modules defined in package.json node server : To start the local server http://localhost:3000/
Execute the following command to run unit test cases:
grunt : (optional) To start the watcher that will concat all the js files into one flightSearchEngineMain.js grunt karma : To run unit test cases