A very basic clone of Twitter using NodeJS, Express, Mongoose and Handlebars
- body-parser
- cookie-parser
- express
- express-handlebars
- jsonwebtoken
- moment
- mongoose
- morgan
- nodemon
- List all tweets
- Post a tweet (after logging in)
- Login / Register
- Clone the repository
git clone git@github.com:atulmy/nodejs-zwitter.git zwitter
andcd zwitter
- Install NPM modules
npm install
- Install Bower Components
bower install
- Run Node server
npm start