Project:
Your Own API
Your Own API
Your Own API
Your Goal:
Your Goal:
Build out your own API from your chosen data sets
Build out your own API from your chosen data sets
Create endpoints for all data to handle search queries.
Read arguments and search for key terms in your data.
Use for-in loops to iterate through your JSON data and store matches in a separate list.
Test your endpoints to check if it returns the correct data.
Example Project
Example Project