Tweeter is a simple, single page application Twitter clone using HTML, CSS, JS, jQuery and AJAX on the front-end, and Node, Express and MongoDB on the back-end. Tweeter allows users to create tweets that will be stored on the server database. Tweeter will also show the tweets in the database, in a chronological order. The application was styled using Responsive Web Design.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm run localcommand. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.
- Body-Parser
- Chance
- Express
- Md5


