Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 296 Bytes

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