Rails application to warn clients about court hearings and lawsuit follow-up.
To get the application running, follow the steps below:
bundle install
Create a file named .env
and paste the contents from the .env.example
file into it.
Provide the required environment variables.
After this, execute the following steps:
rails db:setup
Finally, run it:
rails s
To run the test suite, run:
bundle exec rspec
To run Rubocop, run:
rubocop -a