Tweeter is a simple, single-page Twitter clone using HTML, CSS, JS, jQuery and AJAX on the front-end Node, Express and MongoDB back-end.
Users are able to submit tweets up to 140 characters and have the tweet dynamically render in the list below.
- Express
- Node 5.10.x or above
- Body-parser
- Chance
- jQuery
- md5
- MongoDB
- Install all dependencies (using the
npm install
command). - Run the development web server using the
node server/index.js
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.