All Homework Must be Uploaded to it own GitHub repository. You will copy the URL Link for your GitHub Repository and Submit that link for each of your homework assignments
To finish your API for this week, you will now need to implement CRUD operations for your car collection API.
By the end you should have:
5 Routes for: Create, Retrieve (2 routes here…GET ALL Cars, GET SINGLE Car), Update, Delete
I should be able to run your app on my machine and use Insomnia to manipulate data in your database.
Note: You may find it easier to create helper functions for handling token verification.
Please also submit your hosted Heroku app link so I can see the final product. Also, make sure there is data in your database; use your API to put some vehicles in there. This will be part of the grade.