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.json
file usingnpm init
, say yes to all - create the following directories
db
,public
,routes
, andviews
- create
app.js
from where the server would run - install the following packages
express
,jade
,body-parser
,mongoose
, andmorgan