Node application built to serve as reusable service for uploading and deleting files to/from Google Cloud Storage.
- NodeJS v12 or later
Environment variables are mandatory to run the application. Copy .env.copy to .env, and fill all mandatory variables.
Add service account JSON key for GCS to root folder using filename key.json
npm install npm startDocker Container is included in the repository.