Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 217 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 217 Bytes
  1. Ruby version and rails version is mentioned in Gemfile
  2. bundle install
  3. rake db:create
  4. rake db:schema:load
  5. rake db:migrate
  6. rails server
  7. rails test #This will run unit and integration test suite