Skip to content

thoughtnirvana/TheBook-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo project

To run -

clone and change the database.yml as required
bundle
rake db:create db:migrate db:seed
rake db:test:prepare
rspec
rails s