Express Node server

demo hacker news api

express.js/node.js, mongodb, react

setup

  1. mongo container with shell commands for Ubuntu 2. docker run --name mongodb -d -p 27017:27017 mongo:5.0.27-focal
  2. run Express app - npm start
  3. run React web app - cd web/app && npm start