| Objectives |
|---|
| Setting up a JSON API |
| Controller CRUD Actions |
- Setup A Rails App
- A Book App
- Generate a
BooksController - Generate a
BookModel - Setup an
index- responding to
htmlandjson
- responding to
- Setup Assets
- A
book.js - A
books_controller
- A
- Generate a
- A Book App
- Setup a
BookSPAGetAll Books- Handle
Create- Sending the
X-CSRF-Token
- Sending the
- Exercise
- Exercise
- Setup HttpProvider
- Brief mention about providers
- Large Exercise: Add A Library