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