README.md

# PhaseDB.Server

[![Codeship Status for jamesotron/phasedb_server](https://codeship.com/projects/57cceaa0-d7af-0133-f9a3-2e89a8477bd6/status?branch=master)](https://codeship.com/projects/142984)
[![Hex.pm](https://img.shields.io/hexpm/v/phasedb_server.svg)](https://hex.pm/packages/phasedb_server)

This is the server portion of PhaseDB.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add phasedb_server to your list of dependencies in `mix.exs`:

        def deps do
          [{:phasedb_server, "~> 0.0.1"}]
        end

  2. Ensure phasedb_server is started before your application:

        def application do
          [applications: [:phasedb_server]]
        end