Skip to content

Rails application to help people find their lost pets

Notifications You must be signed in to change notification settings

grascovit/peludo

Repository files navigation

Build Status Maintainability

Peludo

Peludo is a web application that helps people find their pets. The main idea is to centralize information about lost and found pets.

Requirements

  • Ruby 2.6.3
  • Rails 5.2.3
  • PostgreSQL 9.5+

Setup

To get the application running, follow the steps below:

bundle install

Create a config/application.yml file, copy the content from config/application.yml.example file to it and fill the values.

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 the static code analysis with Rubocop, run:

rubocop

If you want Rubocop to fix them, use:

rubocop -a

About

Rails application to help people find their lost pets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •