Final Project Mock API

Start by accepting the assignment at https://classroom.github.com/a/SgFsuyfT and cloning the repository.

For this assignment, create a JSON Server file called db.json for your final project. Even if you plan on implementing your own backend and won't be using JSON Server, you are required to do this assignment as this will help you think about the different API resources for your application.

As stated on the final project requirements:

Your mock API should have at least 5 API resources. This includes the API resources needed for Part 2. Also, there should be at least 3 relationships between your API resources.

Submisson

Push up your db.json file. Visit your repo in the browser and verify all of your changes were pushed to GitHub.