Connect a backend to a database
October 10, 2017
Issue pull-requests for open source software
October 17, 2017
 

Build CRUD APIs

 

Friday, October 13th, 2017

Given data, build out an API to return it

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.