devinpoore / sPawtted

https://spawtted.herokuapp.com/
0 stars 1 forks source link

Create Routes #8

Open JoeLearns2Code opened 5 years ago

JoeLearns2Code commented 5 years ago

Create API routes for retrieving & presenting data from spawtted_db tables(GET), adding data to each of the different tables(POST), updating existing entries(PUT) and removing entries(DELETE).

Create HTML/Handlebars routes with path.join.

JoeLearns2Code commented 5 years ago

I was able to get GET, POST and DELETE route functions to work correctly. PUT appears to work when I test it in Postman, but then no changes are reflected in the object.