/bookstore

spring boot book store application

Primary LanguageJava

  • Implement a Restful Apis to create a category, book, bookstore
  • Implement a Restful Apis to list all categories, books, bookstores
  • Implement a Restful Apis to list books according to category and/or bookstore
  • Implement a Restful Api to add a book to the bookstore
  • Implement a Restful Api to remove book from bookstore
  • Implement a Restful Api to change book's category
  • Unit Tests, Integration Tests expected
  • Documentation your API
  • Use Docker to run in a container