Express Node server demo hacker news api express.js/node.js, mongodb, react setup mongo container with shell commands for Ubuntu 2. docker run --name mongodb -d -p 27017:27017 mongo:5.0.27-focal run Express app - npm start run React web app - cd web/app && npm start