Skip to content

The project-service service is used to create/update/search/delete and publish the project

Notifications You must be signed in to change notification settings

Santhoshas/project-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-service

The project-service service is used to create/update/search/delete and publish the project. On publish, it will push the project record to kafka. It will be consumed by project-search-service

Prerequisites

kakfa should up and run on 9092

mariaDB should up and run on 3306

Please use the ENV variable to change the other configurations. Please refer application.yml.

Please use spring profiles to use ENV specific configurations

To build the project

Use eclipse/intellij or manually build the project using maven -> "mvn clean compile package" from the project directory

To start the project manually

java -jar -Dspring.profiles.active=dev ./target/app.jar

To start the entire setup in "docker" ENV

Please refer project-setup repository

To know more about APIs

use swagger API -> http://localhost:4202/swagger-ui.html

alt text

Also, can download image (santhoshas1990/project-service:latest) from dokcer hub

About

The project-service service is used to create/update/search/delete and publish the project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published