Tweeter is a simple, single-page Twitter clone.
This repository includes the starter code for a project designed to allow students to build upon it and practice their HTML, CSS, JS, jQuery and AJAX front-end skills, and their Node, Express and MongoDB back-end skills.
- Install dependencies from the command line using
npm install - Start the web server from the command line using
npm run local - Open http://localhost:8080/ in a web browser
- Go to http://localhost:8080/ in your browser.
- Express
- Node 5.10.x or above
- body-parser
- chance
- md5
- mongo
