Tweeter Project
Twitter App is a full stack application built with Node, Express, MongoDB that allows users to send a short message (max. 140 characters) and publish it.
Final Product
Dependencies
- Node.js
- Express
- body-parser
- express
- nodemon
- chance
- md5
- moment
- mongodb
Getting Started
- Install all dependencies (using the ‘npm install’ command).
- Run the development web server using the ‘npm run local’ command
- Once app loaded, click on “Compose” button to write a new tweet.