UrlShortener

MongoDB + Rails API + AngularJS

Setup env

  • install mongodb
  • install node
  • install ruby
  • $ bundle install
  • $ cd client
  • $ npm install
  • $ bower install
  • $ gulp build
  • $ gulp serve