ga-wdi-boston / express-api

Other
2 stars 110 forks source link

Order: GET GET DELETE PATCH POST #31

Closed raq929 closed 7 years ago

raq929 commented 7 years ago

For creating methods. This is inline with how we are teaching rails, and pedagogically what we want.

raq929 commented 7 years ago

This requires seed data in the database and another install step for them to seed the data.

gaand commented 7 years ago

I think loading example data happens JIT. So, after GET /books (or whatever) returns [], then have the developers run a script to load the examples.

Note: This is not seed data.