Final Project Blog: Part 6

Ryan Hebert
1 min readDec 14, 2020

This week was one of the more tedious planing stages of this project that i neglected to go over fully till now. Due to how the API I'm using is setup I have to make many API calls to handle what seem like simple user requests and queries. It also didn't help that I've been swamped with other things right now but that’s neither here nor there.

The main thing I did for this project this week was go through my user stories and look at what API information would be needed for each and then looking through the API documentation and setting up the methods for the calls I’d need in my zomatoConnect.js file.

Now for the most part all thats left is finishing up the handling of those routes and their data so that the information can be output to the user and the UI. So for this last little bit of the coming week thats going to be what I’m working on.

--

--