[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CatCalZone/mcrs

Repository files navigation

Overview

Website: www.catcal.zone Build: https://travis-ci.org/CatCalZone/mcrs

Prerequisites

To run the VM you need:

Windows: The devpack from https://github.com/tknerr/bills-kitchen can be used.

To run from commandline JDK 1.8 is required and $JAVA_HOME needs to be set to run gradle.

Running the application

Build all application by running buildAll.sh clean build in the application folder. Go to infrastructure/vagrantLocal and run vagrant up.

By Commandline: Every single application can be started by gradlew bootRun in the specific folders.

URLs

Use the testingApp to send requests to the appointmentGateway and to retrieve the messages from the statusservice.

Insert an appointment request:

{
    "attendees": [
        "User1", 
        "User2"
    ], 
    "creationDateTimeStamp": 1432110730, 
    "durationInHours": 2,
    "maxEndDateTimeStamp": 1432944000, 
    "minStartDateTimeStamp": 1432944000, 
    "requestUser": "requestUser", 
    "title": "testRequest"
}

With