Skip to content

Spring Boot application for our interview candidates.

Notifications You must be signed in to change notification settings

dkgan/boot-rest-api-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Interview Assignment Java CI with Maven CodeQL

Spring Boot application that will be used by our candidates to implement interview assignment.

Dependencies

This project relies mainly on Spring Boot. Mainly:

  • Spring Data JPA
  • Spring Security
  • Spring Web

Full list of dependencies can be found in pom.xml.

Requirements:

  • Candidates expected to implement required features based on provided scenario
  • Each implementation should be equipped with unit tests
  • Integration tests are require to demonstrate API usages

Scenario

The are two roles in the system; LIBRARIAN and MEMBER

As a Librarian

  • I can add, update, and remove Books from the system
  • I can add, update, view, and remove Member from the system

As a Member

  • I can view, borrow, and return available Books
  • Once a book is borrowed, its status will change to BORROWED
  • Once a book is returned, its status will change to AVAILABLE
  • I can delete my own account

Nice to Have:

It will be an advantage for candidates to demonstrate the following:

  • proper usage of Http Methods and REST practices
  • understanding of SOLID Principle
  • understanding of Design patterns
  • understanding of TDD and BDD

Submission:

Candidates can submit their assignments via:

  • Pull Request (preferred)
  • Cloud storage of their choice
  • Email

About

Spring Boot application for our interview candidates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%