## Synopsis

At the top of the file there should be a short introduction and/ or overview that explains **what** the service is. This description should match descriptions added for package managers (package.json, etc.)

## Required
List any other software that is required for your service
* [Node.js](http://nodejs.org/) (with NPM)
* [Mongo DB](http://mongodb.org/)
* [Redis](http://redis.io/)


## Code Example

Show what the service does as concisely as possible, developers should be able to figure out **how** what your service does by looking at the code example.

## Motivation

A short description of the motivation behind the creation and maintenance of the service. This should explain **why** the service exists.

## Installation

Provide code examples and explanations of how to get the service up and running.

## API Reference

* GET -> api/bars : returns a list of bars
* GET -> api/bars/:id : returns a bar by it's ID

## Tests

Describe and show how to run the tests with code examples.

## Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc if applicable.

## License

A short snippet describing the license (MIT, Apache, etc.)

##