ReCreating RESTful API's
This week we focused on creating RESTful API's. We used a blog tutorial written by Jeff Anderson. In Building a Node.js REST API with Express, Jeff goes through step by step what needs to happen in order to set up, respond and test an API that you develop. I…