odwrtw / w000t

URL shortner
4 stars 1 forks source link
hacktoberfest url-shortener

w000t

Build Status

w000t it!

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
  4. Install gems bundle install
  5. Create database and run migrations bundle exec rails db:create && bundle exec rails db:migrate && bundle exec rails db:seed
  6. Run server bundle exec rails server -p 4000
  7. Open application link http://localhost:4000/

Running tests

Run bundle exec rspec spec