- Put
- delete requires an id parameter
- REST uses Http protocols to allow the user to Create, Read, Update, Delete.
- setup basic server with express
- create your router/
- mount the router and add CRUD get/put/delete routes
- create a schema
- now you should be able to add, remove, and get data from api.