This is the code 'calendar' application that is built through the course of book Getting MEAN.
And combined with various internet and github source code. I tried to structure all the code by the suggestion of Getting Mean book.
The app can be make robust by adding many feature in their respective folders.
This folder is for Rest services
This folder is for angularjs app. this folder can be copied and used as a front end for other backend tecnologies like spring boot.
There is a demo of this app in below link
https://fierce-beach-20299.herokuapp.com/
first download code and go to location.
install the dependencies:
npm install
Start the app
npm start
or nodemon