Skip to content

RafaelMD/pullrequest-app

Repository files navigation

PullRequest App

Pullrequest-app is an example project that uses:

  • Spring-boot
  • Eureka
  • Cassandra
  • Gradle
  • Docker

Running

To run the api project:

$ cd pullrequest-api
$ gradle bootRun

To run the eureka service discovery project:

$ cd pullrequest-eureka
$ gradle bootRun

Start Cassandra Server

To start the cassadra server:

$ docker run --name ca -p 127.0.0.1:9042:9042 -p 127.0.0.1:9160:9160 -d cassandra

To create the table, execute the load.cql inside pullrequest-data-repository\cassandra\cql