A simple blog CMS made in node.js, named after the roman god, Janus.
- Abdul Majid Zargar
- Adam Fredie
- Bassam Ismail
- Create the blogger directory
mkdir blogger - generate
package.jsonfile usingnpm init, say yes to all - create the following directories
db,public,routes, andviews - create
app.jsfrom where the server would run - install the following packages
express,jade,body-parser,mongoose, andmorgan