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).
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.
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.