revelrylabs / revelry-koans

1 stars 0 forks source link

First loop - CRUD - index/new/create #7

Open radditude opened 6 years ago

radditude commented 6 years ago

Model: Book

Tasks: book.ex, books.ex pattern controller actions view -> template -> react

Tests: book_test books_test book_controller_test #index #new #create basic react did it render test #index #new #create

// for later (Author relation) - has_many? / reading assignment

(Genre relation) - many_to_many? / reading assignment

https://hexdocs.pm/ecto/associations.html