Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

sloenthran/CognifideRecruitment

Repository files navigation

CognifideRecruitment Build Status

A REST API application that retrieves from Google Books API and provides methods for retrieving information about books.

Application framework

SwaggerUI - for automatic generation of documentation

SpringBoot

Gradle

Testing framework

jUnit4

Mockito

Design Patterns

Singleton - to the Library class because you do not need to load a list of books to memory from Google API every time

Builder - to the Book class because the number of parameters needed to create it would be unreadable in the default constructor

Running applications

https://www.jetbrains.com/help/idea/running-applications.html

Documentation

When you launch the application, go to the address: http://localhost:8080/swagger-ui.html

Releases

No releases published

Packages

No packages published

Languages