API which allows users to create, maintain and search custom collections of Hacker News stories and their comments.
docker-compose up to start postgres and elasticsearch containers
npm i to install packages
npm start to start application
npm test to run integration tests
npm run unit-test to run unit tests