Test App for Tasks Manager
git clone git@github.com:hussainakram/tasks-manager.git
cd tasks-manager
ruby -v
The output should be like ruby 2.7.2
rails -v
The output should be like Rails 6.1.3.2
Install PostgreSQL
bundle && yarn
rails db:create db:migrate db:seed
rails s