A social network that simulates a personal blog, where people post "What's on your mind?". Tweteroo is a Twitter clone
/Sign-up - POST for customer registration.
/Tweets - POST and GET for posting what's on your mind and see all tweets.
$ git clone https://github.com/unverzed/tweteroo:git
$ cd tweteroo
$ npm or yarn install
$ node index.js
# The server will start on port:5000 - go to <http://localhost:5000>