Ruby version: 2.7.3
Rails version: 6.0.3
Run the app:
- Open the root folder
- run
bundle installto install gems - run
yarn installto update packages - run
rake db:migrateto check that db is up to date - run
rake db:seedto add test data - Run: bin/rails s to start the puma server
- Go to the specified localhost address
- ...