Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 564 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 564 Bytes

CircleCI

Movie API

This is a sample application for demonstration purposes.

Configuration

REDIS_HOST - Redis server hostname or ip address [localhost]

REDIS_PORT - Redis server port [6379]

PORT - Port for the HTTP API to listen on [8000]

Development Environment

This requires NodeJS v0.10 minimum

npm install installs dependencies

npm start starts the application

npm test executes unit tests