Skip to content

juanriglos/TTPS_ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

TTPS_ruby

Posicionados en el directorio TTPS_ruby/evader ejecutar en linea de comando

bundle install
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rails s

Para ejecutar la aplicacion ingresar en el navegador a localhost:3000 (el puerto puede variar, mirar el log del ultimo comando)

Tests

Para testear los modelos ejecutar en linea de comando

bundle exec rake test test/models/client_test.rb
bundle exec rake test test/models/bill_test.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 66.7%
  • HTML 28.8%
  • CSS 2.5%
  • JavaScript 1.2%
  • Shell 0.8%