Friday, October 13th, 2017
The RESTful-CRUD exercise is a simple, but powerful way to show the build out of an API given data.
https://github.com/prdesignwork/RESTful-CRUD-Exercise
If you look at the cartoon.js file, you will see all the routes for the API to successfully: Create, Read, Update, and Delete, making it a true RESTful CRUD app.