/prime

This is sample application to illustrate the medium article Getting started with Rest API Hygiene -1

Primary LanguageJava

Getting started with REST API Hygiene — I (Failure handling)

Image of REST

This is a sample project created for demonstrating REST API error handling using Java and Spring. For understanding the implementaion you can refer this medium article.

Prerequisites.

  • Java 8
  • Maven (Dependency management)
  • IntellIj IDEA (Or any preferred code editor.)

Installing dependencies

  mvn clean install

Run unit test

  mvn test