Coder Social home page Coder Social logo

case-study's Introduction

case-study

Java implementation of shopping cart case study

Content

Run

Using Maven

Make sure you have maven installed on your system.

git clone https://github.com/akadir/case-study.git
cd case-study
mvn package -DskipTests
java -jar target/case-study.jar

Using Docker

Pull the latest image from docker-hub and then run it.

docker pull akarakoc/case-study:1.0
docker run akarakoc/case-study:1.0

UML class diagram

uml-diagram

Applied Design Patterns

Pipeline Definitions

All action logs can be seen from this link and action definitions are in this folder

  • Every push that contains change in specific folders and/or files triggers two actions, build, and code quality.

    • Build Action builds source code on 3 different Operating Systems[Ubuntu, MacOS, Windows] using 3 different java versions[8, 11, 14].
  • Every tagged push event triggers the docker workflow and this workflow builds artifacts then push the docker image to the docker hub

Developed with the Help of

  • IntelliJ IDEA - Development environment
  • maven - Build automation and dependency management tool.
  • logback - Logging library that implements SLF4J API
  • mockito - Testing framework to mock objects.
  • AssertJ - Rich and easy to use test assertion library
  • Docker - Containerisation tool
  • SonarCloud - Online Code Quality & Security service
  • GitHub Actions - Software workflow automation tool
  • gitignore.io - Utility website to generate .gitignore files

case-study's People

Contributors

akadir avatar

Watchers

James Cloos avatar  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.