Repository that contains a Walking Skeleton for MEAN applications.
To get the application running, follow the two steps below:
- Installing dependencies
- Installing MongoDB
The project uses the following libraries and versions:
"dependencies": { "express": "~4.4.5", "jade": "~1.3.1", "stylus": "~0.47.1", "morgan": "~1.1.1", "body-parser": "~1.4.3", "mongoose": "~3.8.12" }
"dependencies": { "jquery": "~2.1.1", "toastr": "~2.0.3", "angular": "~1.2.19", "angular-resource": "~1.2.19", "angular-route": "~1.2.19" }
To install them just type npm install
and bower install
in the console, respectively.
In order to have the application working, you have to install MongoDB in your environment and let it up and running. The link below contains all the information that are needed to install and manage the MongoDB properly: