Skip to content

Commit

Permalink
Update RUN_PROJECT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KenavR authored Oct 16, 2017
1 parent 90c93e6 commit 05958be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/RUN_PROJECT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ This documentation helps you run the current setup. It is based on a NodeJS back
```

## Prerequisites
To run this project you are required to install [nodejs](https://nodejs.org/en/) which comes with the package manager [npm](https://www.npmjs.com/). Nodejs is a javascript runtime environment that allows developers to run javascript outside of the browser and access native OS features. NPM provides a way to install and manage 3rd party code we use in the project.
To run this project you are required to install [nodejs](https://nodejs.org/en/) which comes with the package manager [npm](https://www.npmjs.com/). Nodejs is a javascript runtime environment that allows developers to run javascript outside of the browser and access native OS features. NPM provides a way to install and manage 3rd party code we use in the project. You also need to install MongoDB \[[Community Server](https://www.mongodb.com/download-center?ct=false#community), [Install](https://docs.mongodb.com/manual/administration/install-community/)\]

## Install and Run
1. Start Local MongoDB server
1. Clone or fork the project
2. cd Lanflix
3. npm install
Expand Down

0 comments on commit 05958be

Please sign in to comment.