Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 445 Bytes

Behold

silverp1

Behold is a light monitoring application written in Elixir and utilizing some basic OTP principals. This was primarily an exercise in learning how to do basic OTP stuff.

Installation

  1. mix deps.get
  2. mix ecto.create && mix ecto.migrate
  3. mix phx.server

API

Will fill this out soon!