Skip to content

Krypted-Education/educhain-lambda

Repository files navigation

Build Status

Educhain FileUpload/Download Function

This application is intended to be used only for upload/download certificates.

How to Run

Run npm install then npm test to run all the tests.

Run npm run start:dev to execute the non-lambda function standalone nodejs server.

Endpoints

Base url : https://eys7kgs6t2.execute-api.eu-west-2.amazonaws.com/Prod/

GET Document

?hash=HASH-KEY

Example Certificate

POST Document

Contract:

{
  "name": "string",
  "lastname": "string",
  "issuer": "string",
  "issuerSignature": "string",
  "date": "string",
  "items": "array",
  "grade": "string",
  "studentNumber": "string",
  "universityName": "string",
  "issuerAuthority": "string",
}

Contribute

  • Fork the repo.
  • Make your changes, make sure the unit tests are there.
  • Create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published