Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liorkesos authored Nov 28, 2018
1 parent a181135 commit beb6ee2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
MEAN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the top (code running in the browser) to the bottom (database). The stack is made up of:

*M*ongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
*E*xpress (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
*A*ngular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic
*N*ode.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript
**M**ongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
**E**xpress (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
**A**ngular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic
**N**ode.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript

### Pre-requisites
* git - [Installation guide](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/)
* node.js - [Download page](https://nodejs.org/en/download/)
* yarn - [Download page](https://yarnpkg.com/lang/en/docs/install)
* mongodb - [Download page](https://www.mongodb.com/download-center/community)
* git - [Installation guide](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/) .
* node.js - [Download page](https://nodejs.org/en/download/) .
* yarn - [Download page](https://yarnpkg.com/lang/en/docs/install) .
* mongodb - [Download page](https://www.mongodb.com/download-center/community) .

### Installation
```
Expand Down

0 comments on commit beb6ee2

Please sign in to comment.