In this lesson you will be using your Node.js and Express skills to create the back end for a simple Shopping List application. The application will allow users to add, read, update and remove shopping items. You'll learn about the CRUD model and RESTful APIs, then put this into practice when creating the back end.
- Understand the basics of CRUD and REST
- Create RESTful endpoints which perform all of the CRUD operations