Giter Club home page Giter Club logo

certinize-object-processor's Introduction

certinize-object-processor

Setup

  1. Create a copy of .env.example and rename the copy to .env.

ImageKit.io Setup

  1. Register at https://imagekit.io/registration/

  2. Once registerd, go to your dashboard's developer options where you will find your Public Key, Private Key, and URL-endpoint.

  3. Add your keys and URL endpoint as environment variables in your machine or copy and paste them in your .env file:

    IMAGEKIT_ENDPOINT_URL=Your ImageKit URL endpoint
    IMAGEKIT_PUBLIC_KEY=Your ImageKit public key
    IMAGEKIT_PRIVATE_KEY=Your ImageKit private key

Google Drive API Setup

  1. Create a Google Cloud Project. Follow the instructions here: https://developers.google.com/workspace/guides/create-project
  2. Create a Google Service Account for the project you just created. Follow the instructions here: https://support.google.com/a/answer/7378726?hl=en
  3. Create a Service Account Key here: https://console.cloud.google.com/apis/credentials/serviceaccountkey.
    1. If the page prompts you to select a project, choose the project you just created.

    2. If you see a table that lists the service accounts for the project you selected, click the email of one of the listed service accounts. It should show the details of the service account.

    3. Find and click the Keys tab, then find and click the Add Key button.

    4. Select Create new key.

    5. Select JSON as the key type.

    6. Click Create and you should see a JSON file being downloaded from your browser.

    7. Once the download completes, rename the JSON file to certinize-gdrive-client.json and move it to the project root directory.

      CAUTION: Do not include your private key or the certinize-gdrive-client.json file in your commits unless you are deploying to hosting services like Heroku.

certinize-object-processor's People

Contributors

huenique avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.