This repository implements API that allows to collect votes for each article on a website.
Currently supported three types of votes:
- "Like"
- "Dislike"
- "Share"
To start application, run
npm run dev
If start of local instance of DynamoDB is required, run
npm run dynamo:install