Skip to content

sameerkhan116/Express_Twitter

Repository files navigation

Express Twitter

An application for realtime tweeting using Express with Handlebars view engine. Using passport for authentication with local strategy. Also using socket.io for communicating with twitter for realtime updates.

To run clone the contents of this repository and in the terminal run:

  yarn start

yarn start runs nodemon with babel-node so we can write all our code in ES6+.

This will run a nodemon instance of the server. Default address is http://localhost:3000

About

Twitter application with Express.js, Passport.js, Handlebars view engine, socket.io and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published