- Ruby version 3.1.2
- Ruby on Rails 7.0.4
- clone the repo
git clone https://github.com/setwith/RubyHW
- install the required gems (Gemfile)
gem install bundler
bundle- then run
rails db:setup
rails s- to log in as admin visit
http://localhost:3000/adminand log in as the default user:
User: [email protected]
Password: password
- to log in as user visit
http://localhost:3000
User: [email protected]
Password: password
- Install Redis 6.0 or greater:
brew install redisor
sudo apt install redis-server- Run Sidekiq
bundle exec sidekiq- Log in as admin
- Open in browser
http://localhost:3000/sidekiq