A web application built with .NET Core 2.1 that searches for GitHub users leveraging the GitHub API v3.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
-
.NET Core 2.1
-
C# 7.0 Language Support.
- Folllow this guide to install and configure the .NET Core 2.1 Framework and Visual Studio.
- Clone the repository.
projects> git clone https://github.com/r3core/GitSearch.git
projects> cd GitSearch
- Execute the app with the dotnet CLI.
projects\GitSearch> dotnet run --project .\GitSearch.Web\
appsettings.json of GitSearch.Web can be configured to change the number of search results per page.
"Pagination": {
"PageSize": 10
}