/phoenix_elm_example

A project to create a small blog with Phoenix framework on the backend and Elm on the frontend.

Primary LanguageElixir

Phoenix and elm project

Important

this project has been archived due to lack of interest and time

Requirements

  • Elixir 1.9.2
  • Erlang/OTP 22
  • Elm 0.19
  • docker
  • docker-compose

Starting the server

To run the server locally:

  • Install dependencies mix deps.get
  • Start auxiliary services with docker-compose docker-compose up -d
  • Install Node.js dependencies cd assets && npm install && cd ..
  • Create and migrate database mix ecto.setup
  • Start server mix phx.server

Now navigate to localhost:4000