Skip to content

ivans-innovation-lab/my-company-project-domain-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projects/my-company-project-domain-microservice CircleCI

Running instructions

Run RabbitMQ

$ brew services start rabbitmq

Make sure that services are running:

Dependencies:

$ cd my-company-project-domain-microservice
$ ./mvnw spring-boot:run

Application will be available on port 8082 (http://localhost:8082)

Explore

curl

$ curl -H "Content-Type: application/json" -X POST -d '{"name":"Name","repoUrl":"URL","siteUrl": "siteUrl","description": "sdfsdfsdf"}' http://127.0.0.1:8082/projectcommands 

rambittmq

Open RabbitMQ management web console at http://localhost:15672/ and explore exchanges, queues and messages.

username: guest password: guest

registry backing service

Open Registry (Eureka) web console at http://localhost:8761/ and find 'my-company-project-domain-microservice' registered.