This Repository contains code of application that reads Reddit feed and mock commenting behaviour.
To run applicationplease follow these steps in your terminal:
cd .docker
cp .env.propduction.dist .env
cp docker-compose.yml.dist docker-compose.yml
docker-compose up -dTo check container logs you can use:
docker logs clearcodetask_node_1 -fTo kill container please use:
docker-compose downAlso if you don't want to use docker you can run:
export NODE_ENV=production
yarnin main application directory.