Quick calendar app using MEAN stack
Requirements:
- npm install here
- bower install here
- nodemon install here
Step 1: Run 'npm install' from the root directory
$ npm install
Step 2: Run 'bower install' from the root directory
$ bower install
Step 3: Run 'mongod' to start mongoDB server
$ mongod
Step 4: Run 'npm start' to start calendar application server
$ npm start
Step 5: Navigate to 'http://localhost:8000/#/' in your browser