Skip to content

hackings/UrlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System dependencies

ruby version ruby-2.0.0-p648
mysql Server version: 5.7.16

Run Unit tests commands

gem install bundler
bundle install
RAILS_ENV=test bundle exec rake db:create
RAILS_ENV=test bundle exec rake db:migrate
RAILS_ENV=test bundle exec rspec spec

Run Performance tests commands

gem install bundler
bundle install
RAILS_ENV=test bundle exec rake db:create
RAILS_ENV=test bundle exec rake db:migrate
RAILS_ENV=test bundle exec rake test:benchmark

About

URL Shortener API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published