README.md
# PhaseDB.Server
[](https://codeship.com/projects/142984)
[](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