-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMean.txt
More file actions
25 lines (17 loc) · 693 Bytes
/
Mean.txt
File metadata and controls
25 lines (17 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
MEAN technology
Document for mean technology
MongoDB:
NoSQL database system.
MongoDB saves data in binary JSON format which makes it easier to pass data between client and server.
ExpressJS
light-weight web application framework
Purpose of it with NodeJS is don't have to repeat same code over and over again.
AngularJS
structural framework for dynamic web apps.
extends HTML with new attributes.
perfect for Single Page Applications (SPAs)
NodeJS
server side JavaScript execution environment.
It’s a platform built on Google Chrome’s V8 JavaScript runtime.
#########################################
create a vm and install an application on it.what all needs to be configured?