ectolistdemo

July 20, 2019 ยท View on GitHub

Netflix-like demo of ecto_list.

ecto_list

Setup

To start this application:

  • Clone the repo
  • Install dependencies with mix deps.get
  • Create and migrate the database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000/series from your browser