-
Clone the Repositery
git clone https://github.com/ashawareb/tickets_notifier.git -
Run
bundle installredis-serverbundle exec sidekiqrails db:migraterails db:seedrails s
bundel exec rspec spec
- Annotate
- Rspec
- Sidekiq
- Active Model Serializer
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Clone the Repositery
git clone https://github.com/ashawareb/tickets_notifier.git
Run
bundle install
redis-server
bundle exec sidekiq
rails db:migrate
rails db:seed
rails s
bundel exec rspec spec