Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 801 Bytes

Tweeter Project

Tweeter is web application built with Express and MongoDB that allows users to post text onto a web page.

Final Product

[ "Screenshot of Tweeter Application without Textarea" ] Home page

[ "Screenshot of Tweeter Application with Textarea" ] Home page

Dependencies

  • Body-Parser
  • Chance
  • Express
  • MD5
  • Moment
  • MongoDB

Getting Started

  • Install all dependencies (using npm install command).
  • Run the development web server using npm run local command.