Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1014 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 1014 Bytes

Tweeter Project

Final Product

alt tag alt tag alt tag

Tweeter is a simple, single-page Twitter clone. You can compose new tweets with random users and avatars, those tweets will be stored on local database using MongoDB. You can acess the reads and read any time.

Dependencies:

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • AJAX
  • Node.js
  • Express
  • MongoDB

Getting Started

  1. Clone this repository on your folder.
  2. Install dependencies using the npm install command.
  3. Start the web server using the npm run local command. The app will be served at http://localhost:8080/.
  4. Go to http://localhost:8080/ in your browser.