The project is one part of a microservice based on RabbitMQ message broker
- Install RVM
- Install ruby 2.7.1
bundle install
- Install&Run RabbitMQ
.env.sample
->.env
, set proper values
- Run rails server
$ bundle exec rails
- Run message broker
hutch
- The app is available now at http://localhost:3000
- Move tweets parsing to background
- Add an integration test
- Expand test coverage for parsing