Real time temperature readings with Elixir and Elm - backend part

Experimenting with Elixir

When a new temperature reading is registered through the API, a push notification is sent the frontend

Build Status

Backend

API

Docker

  • cd elixir/Docker
  • docker-compose build
  • docker-compose up

Usage

  • mix ecto.create
  • mix ecto.migrate
  • mix phoenix.server