Code Monkey home page Code Monkey logo

order-system's Introduction

Order System

About The Project

Order System is an online ordering application.

Summary

In this project;

  • Each module has three letter aliases. Every classes or interfaces that related with it start with these alliases.
  • Dependencies are managed by Maven.
  • Every request is validated with Spring Validation
  • Documented with Swagger.
  • Endpoints use DTOs instead of entities. Convert operations are done with mapstruct.
  • Tests were written with Junit&Mockito.
  • Lombok was used.
  • The structure of the all responses are same. It can be understood from the isSuccess field that the requests are successful or unsuccessful.
Module Allias
Customer Cus
Order Ord
Product Prd
Generic Gen

Technologies

  • Java 17
  • PostgreSQL
  • Spring Boot
  • Maven
  • Junit, Mockito
  • Swagger
  • Lombok
  • Mapstruct

Prerequisites

  • Java 17 or never
  • Docker Desktop

Installation

  1. Clone the repo
https://github.com/sbahadirm/order-system.git
  1. Run Docker-Compose file
 > mvn clean install
  1. Run Docker-Compose file
 > docker-compose up

order-system's People

Contributors

sbahadirm avatar

Watchers

 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.