Awesome
ecto_list_demo
Netflix-like demo of 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