-
Notifications
You must be signed in to change notification settings - Fork 10
Image Microservice
Hrishikesh Paul edited this page Mar 2, 2021
·
5 revisions
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
$ cd scrapbook-image-service
$ mvn clean install
$ cd target
$ java -jar -D spring.profiles.active=local image-service-0.0.1-SNAPSHOT.jar