Code Monkey home page Code Monkey logo

management-service's Introduction

mangement-service

A book CRUD web service back-end (use with front-end repository called ui-service)

Use Case:

As a book collector I want the ability to create, and keep up to date, a catalogue of all my books. The catalogue service should provide a list of all catalogued books from where I need to be able to add new books, update existing information and remove books.

Overview:

Provide a multi-tier catalogue solution to add, edit, delete, and view current books. Build two separate Spring Boot services for an UI (User Interface) and Management Layer, with supporting DB. UI service must integrate the Management service's API utilizing a Jax-RS Client. Services should be packaged as executable jars, with all dependencies included. Scripts (Linux or Win) for service execution will be required.

Scope:

UI - 1'st Service Requirements

Functional: • List all books • Add a new book • Edit an existing book • Delete current book

Technical: • Spring Boot 2 Web application • Java version: 1.8 • Maven project • Generate HTML in the web service that is returned as a full web page to be viewed in a browser. Any of the following technologies can be used: o JSP/JS (preferred) o Thymeleaf o Stringtemplate o Velocity o etc.

Management - 2'nd Service Requirements

Functional: • Expose a Rest Api for the following actions: o List o Add o Update o Delete

• Utilize an in-memory DB to support the above-mentioned operations. • Book data required: o Name o ISBN Number o Publish date (dd/MM/yyyy) o Price (ZAR) o Book Type (Hard Cover, Soft Cover, eBook, etc.)

Technical: • Spring Boot 2 application • Java version: 1.8 • Maven project

management-service's People

Contributors

tghansar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.