This project was developed with the following technologies:
The project is responsible for generating a certificate for a user and the possibility of searching the validity of a certificate.
- Clone the repository and access the directory
- Run
yarn
to install the dependencies - Run
yarn dynamodb:install
to download DynamoDB locally - Run
yarn dynamo:start
to start the database in local environment - Run, in another terminal,
yarn dev
to start the application in local environment
- Configure user credentials
- Run
yarn deploy
to upload the project to AWS Lambda