02 APIs used in the Application - Pioneer18/Rent-A-Car GitHub Wiki

APIs Used in the App

AWS SDK S3 Service

The aws-sdk s3 service enables an application to connect to an S3 bucket and perform actions on its Objects.

  • Upload a single or multiple image files to an S3 bucket
  • Delete a single or multiple image files from S3 bucket
  • Each image's download URL is stored in a MongoDB Atlas cluster

HERE Geocoding & Search API v7

  • The geocode endpoint is used to find the geo-coordinates of a known address, place, locality or administrative area, even if the query is incomplete or partly incorrect. It also returns a complete postal address string and address details.

Google Cloud Build

  • The Google Cloud Build triggers API is used for application continuous deployment