Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 376 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 376 Bytes

README

Ruby version: 2.7.3

Rails version: 6.0.3

Run the app:

  1. Open the root folder
  2. run bundle install to install gems
  3. run yarn install to update packages
  4. run rake db:migrate to check that db is up to date
  5. run rake db:seed to add test data
  6. Run: bin/rails s to start the puma server
  7. Go to the specified localhost address
  • ...

P6-Rails-App