This is an test project that implements a news aggregator website that pulls articles from various sources.
First clone the repo and run the following commands on bash, inside the root directory:
Install dependencies:
npm install
Build and run the application:
docker-compose up --build
To view your application, go to http://localhost:3000/ on your web browser.