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
- Clone this repository on your folder.
- Install dependencies using the
npm install
command. - Start the web server using the
npm run local
command. The app will be served at http://localhost:8080/. - Go to http://localhost:8080/ in your browser.