Skip to content

Rails application to warn clients about court hearings and lawsuit follow-up

Notifications You must be signed in to change notification settings

grascovit/aviso-cliente

Repository files navigation

Build Status Maintainability Test Coverage

Aviso Cliente

Rails application to warn clients about court hearings and lawsuit follow-up.

Setup

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

Tests

To run the test suite, run:

bundle exec rspec

Static code analysis

To run Rubocop, run:

rubocop -a

About

Rails application to warn clients about court hearings and lawsuit follow-up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published