Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 538 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 538 Bytes

Node JS App - Zwitter

A very basic clone of Twitter using NodeJS, Express, Mongoose and Handlebars

Packages Used

  • body-parser
  • cookie-parser
  • express
  • express-handlebars
  • jsonwebtoken
  • moment
  • mongoose
  • morgan
  • nodemon

Features

  • List all tweets
  • Post a tweet (after logging in)
  • Login / Register

Setup

  • Clone the repository git clone git@github.com:atulmy/nodejs-zwitter.git zwitter and cd zwitter
  • Install NPM modules npm install
  • Install Bower Components bower install
  • Run Node server npm start