Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 637 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 637 Bytes

Parsing Service

The Parsing Service accepts planning problems and analyses whether they conform to the rules of the chosen specification.

Prerequisites

  • Java Development Kit (JDK) : Version 14 and above
  • Docker
  • IntelliJ IDEA

Configuring Docker and IntelliJ IDEA

  • Install RabbitMQ container on Docker with the flag --name = rabbitmq
  • Check module settings in IntelliJ IDEA and make sure the right JDK is selected.

Getting Started

  • Clone the repository or download it on your local device.
  • Make sure the docker application is running.
  • Now navigate to build.sh and execute it to build the project.