Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 508 Bytes

Janus Blog CMS

A simple blog CMS made in node.js, named after the roman god, Janus.


Contributors

  • Abdul Majid Zargar
  • Adam Fredie
  • Bassam Ismail

steps

  • Create the blogger directory mkdir blogger
  • generate package.json file using npm init, say yes to all
  • create the following directories db, public, routes, and views
  • create app.js from where the server would run
  • install the following packages express, jade, body-parser, mongoose, and morgan