GithubHelp home page GithubHelp logo

training-advanced-java's Introduction

Training Advanced Event Sourcing, CQRS and DDD Modelling in Java

Instructions for setting up project

Prerequisities

You'll need to have Java 17 (or later) and docker installed to be able to run the project and tests. You'll need to also have Java IDE (e.g. IntelliJ, Visual Studio Code, or other preferred one).

Steps

  1. Clone this repository
  2. Make sure you are on master branch.
  3. To start EventStoreDB using Docker, run:
    • docker-compose up - for X86-based computers,

    • docker-compose -f docker-compose.arm64.yml up - for ARM-based computers like MacBook M1.

      To access the github packages docker images, you need to authenticate docker with a gitub personal access token. It should be generated. Select at least following scopes: repo, read:packages. Then login to github docker registry with:

      docker login https://ghcr.io -u  -u YOUR_GITHUB_USERNAME -p YOUR_PERSONAL_ACCESS_TOKEN

      Check full instructions in the "Authenticating to the Container registry" guide.

  4. Open solution in IDE and run all tests using
    • ./gradlew clean test command,
    • or run through your IDE test runner.
  5. To start application run:
    • ./gradlew bootRun command
    • or run it through your IDE.

Any problems please contact [email protected]

training-advanced-java's People

Contributors

cakper avatar oskardudycz 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.