The setups steps expect following tools installed on the system.
- Ruby [3.1.2]
- Rails [7.0.4]
Run the following commands to create and setup the database.
bundle exec rake db:create
bundle exec rake db:setup
bundle exec rake db:seed
You can start the rails server using the command given below.
bundle exec rails s
rspec