- Shorten all your URLs
- Tag them if you want
- Keep them private or make them public
- Be amazed by your w000t wall
- Clone repository
git clone [email protected]:odwrtw/w000t.git && cd w000t - Install mongodb, redis, nodejs
- Install
bowerand components
npm install -g bower
bower install
- Install gems
bundle install - Create database and run migrations
bundle exec rails db:create && bundle exec rails db:migrate && bundle exec rails db:seed - Run server
bundle exec rails server -p 4000 - Open application link
http://localhost:4000/
Run bundle exec rspec spec