sf-wdi-24 / modules

Lesson notes, readings, in-class challenges and solutions
9 stars 20 forks source link

day-01-mod-02 #61

Closed eerwitt closed 8 years ago

eerwitt commented 8 years ago

RESTful routes with UD continued

cameronjacoby commented 8 years ago
cameronjacoby commented 8 years ago

FYI I started the morning lesson here: https://github.com/sf-wdi-24/modules/tree/week-03-day-01-mod-01/week-03-resetful-server-express/day-01/module-01

It's going to use the /books endpoint of our API and the students should have CREATE and READ implemented in their app at the end of the lesson

eerwitt commented 8 years ago

giphy

eerwitt commented 8 years ago

@cameronjacoby this looks good, I've tried to continue on and focused more on practice at the start. Also that image isn't meant for you, just saving it to make sure they don't clear it out when github clears all non-linked media.

cameronjacoby commented 8 years ago

@eerwitt I totally thought the gif was for me, and I was thinking you were confused and worked on the wrong thing! Haha. But then I saw you put it in the module, so it all became clear.

What you have so far looks great. I love the "catch up" portion at the beginning to make sure everyone is on the same page from the morning. I'm planning on giving them starter code with their files all linked up to get them started faster in the morning.

cameronjacoby commented 8 years ago

@eerwitt Module 1 is finished (PR here: https://github.com/sf-wdi-24/modules/pull/95)

I also went ahead and put the full solution for the book app (create, read, update, delete) here: https://github.com/sf-wdi-24/ajax-book-app/tree/solution

Let me know if you have any changes to the solution. I put in the readme that students should submit a PR for their book app. I know there is more to the HW for that night, so feel free to either add it onto this repo or create a separate one.

eerwitt commented 8 years ago

@cameronjacoby solution and pull look great. Should I make a new repo for the homework or point to that same one?

cameronjacoby commented 8 years ago

@eerwitt Thanks for looking at it! I think it'd be fine to use the same repo for the homework so everything they need to do for the night is in one place.