Please enable JavaScript.
Coggle requires JavaScript to display documents.
MEAN 1 (MongoDB :pen: (installation (MongoDB Web site (mongodb.org)),…
MEAN 1
MongoDB :pen:
schema-less, document-oriented data store
some built-in sharding and map-reduce capabilities
installation
MongoDB Web site (mongodb.org)
if server is “localhost” and the default port is 27017
GUI- MongoVue for Windows
Express :
building Web API endpoints
sitting on top of the Node.js platform
the same way ASP.NET Web API
AngularJS :recycle:
Single-Page Application Web client framework
Model-View-Controller abstractions
two-way binding for the UI
resides entirely on the front end
requires a back end with which to communicate
Node.js
installation
who have the Azure SDK already installed have Node.js
Who have not
go to the Node.js Web site for an MSI installer for Node.js
Install the NPM
npm is actually a small Node.js app