Skip to content

[Study Purpose] CQRS + Event Sourcing Application

Notifications You must be signed in to change notification settings

franciscofeo/food-cart

Repository files navigation

Food Cart 🛒

This project was created to practice and learn about Event-Sourcing and CQRS Pattern simulating the behavior of a Shopping Cart present in most e-commerces.

Based in the tutorial of Arquiteto das Galáxias YouTube channel.

Tech Stack

License

MIT License

Run Locally

Clone the project

    git clone https://github.com/franciscofeo/food-cart

Go to the project directory

    cd food-cart

Run the Makefile command

    make up

If you don't have a IDE like IntelliJ or Eclipse, you can run this command with Gradle to start the application

    ./gradlew bootRun

To stop the application use these commands

    ./gradlew -stop

and

    make down

The application will run in the port :8080 and the Axon GUI Dashboard in :8024.

About

[Study Purpose] CQRS + Event Sourcing Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages