Skip to content

sei-relativity/lesson-w08d04-doctor-app

Repository files navigation

Doctor App

Steps

  1. clone to your computer
  2. cd into the app folder
  3. run bundle install
  4. run rails db:reset db:migrate db:seed
  5. start the rails server by rails s