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