Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

This repo is related to the second episode of a three part series. Episode I: We'll start with how the http request/response protocol works with routes, controllers, actions and models to deliver a restful json CRUD api. Episode II: (This episode and repo) By the end of the second episode you'll use these concepts to build a restful json CRUD api from scratch. In the third episode we'll explore how sail's *blueprint: actions and routes* can be used to create that same restful json CRUD api automatically for any of your controllers and models.

The episode associated with this repo can be found here: (http://www.youtube.com/watch?v=640cL3aFfA8&feature=youtu.be)
The episode associated with this repo can be found here: (https://www.youtube.com/watch?v=Hr8axUV6NpM)