- Express.js
- MongoDB + Mongoose + Bluebird
- Webpack for sass
- Jade/Pug
- Passport for session security
- Lusca for application security
- Redis for memory cache
run npm install
First start the Redis and MongoDB using these commands.
sudo service mongod start
redis-server &
then run npm start to start server.
see scripts in package.json for more npm commands