Url Shortener To get started: Clone this repo locally; cd url-shortener npm install to install its dependencies npm run start Installing Mongo using Homebrew To install Mongo: brew tap mongodb/brew brew install mongodb-community brew services start mongodb-community