Create the Search Repository Route

Learn about the GitHub search repositories API, and implement the Express.js API that fetches the count of repositories using Redis.

This is the beginning of our GitHub search project. As discussed earlier, we’ll have three functionalities in our application. We’re going to implement the first functionality to create an API endpoint that searches the GitHub repositories based on the search term provided by the user. However, before implementing our API to search GitHub repositories, it’s good to understand what the repositories exactly mean.

Get hands-on with 1200+ tech skills courses.