# Sample Nodejs App

## Setup

Requirements:

 * a compatible version of node (current LTS)
 * copy `.env-sample` file in this directory to `.env` and replace all the values with your [Brightcove](https://support.brightcove.com/en/video-cloud/docs/managing-api-authentication-credentials) and AWS credentials

Next install the node dependencies:

```sh
npm install
```

## Run

```sh
npm start
```

Navigate to [localhost:3000](http://localhost:300/) to see Brightcove Evaporate in action.
