Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 378 Bytes

File metadata and controls

11 lines (7 loc) · 378 Bytes

blog-app-nodejs

a simple blog app with node.js

to run blog

  1. start /server/app.js -- this is will run backend, sets up the api routes, then we can use it to save/pull blog posts. will need to prodvide mongodb ip to connect to in app.js
  2. start npm build, in folder /client -- this will run webpack server and serve frontend.

view demo here http://khanhthai.com:3001/