oricha / ShipmentStore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store Service

Docs

/docs/openapi.yaml
/Store_API.postman_collection.json

Run App

  1. In a first console, run the following command to start the database and ActiveMQ:
docker-compose up 
  1. In a second console, run the following command to start the application:
gradle build
gradle bootRun
  1. Verify APP and ActiveMQ is running

open http://localhost:8080/health

ActiveMQ http://localhost:15672/#/queues

  1. Run integration tests
./gradlew cucumber

About

License:GNU General Public License v3.0


Languages

Language:Java 97.7%Language:Gherkin 2.3%