Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.55 KB

Read Me First

Sample REST API used for browsing through GitHub code repositories and later possibly other services.

Requirements

To build and run the application you need the following:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.interview.repositorybrowser.RepositoryBrowserApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: