Skip to content

Google Drive Microservice

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

Google Drive Service

This microservice is responsible for interacting with Google Drive. It exposes APIs for upload/download images, create album.

Technologies used:

  • Framework: SpringBoot
  • Language: Java (15)
  • Database: Google Drive APIs for storing image
  • Dev server: http://localhost:9090

How to run

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

Refer to the following Swagger UI API documentation

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

Clone this wiki locally