Skip to content

Latest commit

 

History

History
42 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

42 lines (21 loc) · 621 Bytes

Capstone---PA2

------------- NOTE: THIS IS VERY IMPORTANT -------------

The 'Enroll' button will only be displayed after you have logged in !!!!!!!!!!

------------- NOTE: THIS IS VERY IMPORTANT -------------

  • ruby 3.0.1
  • Rails version
  • Rails 6.1.4.1
  • Database version

    • psql (PostgreSQL) 13.4
  • Database creation

    • rails db:create
    • rails db:migrate
  • Database initialization

    • rails db:seed
  • How to run the test suite

    • rails server