Skip to content

odwrtw/w000t

Repository files navigation

w000t

Build Status

w000t it!

  • Shorten all your URLs
  • Tag them if you want
  • Keep them private or make them public
  • Be amazed by your w000t wall

Running server locally

  1. Clone repository git clone git@github.com:odwrtw/w000t.git && cd w000t
  2. Install mongodb, redis, nodejs
  3. Install bower and components
npm install -g bower
bower install
  1. Install gems bundle install
  2. Create database and run migrations bundle exec rails db:create && bundle exec rails db:migrate && bundle exec rails db:seed
  3. Run server bundle exec rails server -p 4000
  4. Open application link http://localhost:4000/

Running tests

Run bundle exec rspec spec