Giter VIP home page Giter VIP logo

online-book-api's Introduction

online-book-api

Tech stack & Open-source libraries

Microservices & Database

Server - Backend

  • JDK-11 - Java™ Platform, Standard Edition Development Kit.
  • Spring Boot - Framework to ease the bootstrapping and development of new Spring Applications.
  • Maven - Dependency Management.

Data

  • PostgreSql - Open-Source Relational Database Management System.

Libraries and Plugins

  • Spring Security with Bearer Token - Provide secure endpoints.
  • JUnit - The goal is to create an up-to-date foundation for developer-side testing on the JVM. This includes focusing on Java, as well as enabling many different styles of testing.
  • Lombok - Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.
  • Swagger - Open-Source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services.
  • Postman - Postman is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs—faster

Others

  • Git - Free and Open-Source distributed version control system.
  • Docker - A set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.

Running the application locally

  • use "docker-compose up -d" to run the dockerized spring boot projects.

Documentation

  • Swagger - http://localhost:8888/swagger-ui.html- Documentation & Testing
  • Postman Collection -https://www.postman.com/collections/c62903499d356e33f40b- You can find the postman collection here and import the link your locale postman app.

URLs

URL Method Remarks
https://localhost:8888/auth POST Authenticate user
https://localhost:8888/books POST Create a book with stock option
https://localhost:8888/book-stocks GET Get all books with stock option
https://localhost:8888/customers POST Create a customer
https://localhost:8888/orders?customerId=1 GET Get orders of the customer
https://localhost:8888/orders POST Create a order
https://localhost:8888/order-details?orderId=1 GET Get order details

EER Diagram

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.