Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 402 Bytes

File metadata and controls

6 lines (6 loc) · 402 Bytes

Github Api

Synchronous and reactive REST microservices getting data from Github API.

How to run

One should utilize Apache Maven to build and run applications.
Inside each folder use the command mvn package to build a .jar file or mvn spring-boot:run to compile and run the app immediately.
Both applications are self-contained, available on http://localhost:8080 by default.