Implement a search api to search through the json files.
When someone goes to search, they can give in a search and the server will search through the packages.json, and categories.json and return the search results.
This can be accomplished with a route that accepts parameters like this: https://pureswift.herokuapp.com/search?query=Vapor
Implement a search api to search through the json files.
When someone goes to search, they can give in a search and the server will search through the
packages.json
, andcategories.json
and return the search results.This can be accomplished with a route that accepts parameters like this:
https://pureswift.herokuapp.com/search?query=Vapor