Skip to content

Image Microservice

Hrishikesh Paul edited this page Mar 2, 2021 · 5 revisions

Image Service

This service is resposible for handling Image related data and APIs. It maintain image data in MongoDB.

  • Framework: SpringBoot
  • Language: Java (15)
  • Database: MongoDB
  • Dev server: http://localhost:8080

How to run

$ cd scrapbook-image-service
$ mvn clean install
$ cd target
$ java -jar -D spring.profiles.active=local image-service-0.0.1-SNAPSHOT.jar

Refer to the following Swagger UI API documentation

http://localhost:8080/swagger-ui/#/

Clone this wiki locally