This application is intended to be used only for upload/download certificates.
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.
Base url : https://eys7kgs6t2.execute-api.eu-west-2.amazonaws.com/Prod/
?hash=HASH-KEY
Contract:
{
"name": "string",
"lastname": "string",
"issuer": "string",
"issuerSignature": "string",
"date": "string",
"items": "array",
"grade": "string",
"studentNumber": "string",
"universityName": "string",
"issuerAuthority": "string",
}
- Fork the repo.
- Make your changes, make sure the unit tests are there.
- Create a pull request.