/excursions-app

Application to manage excursions registrations

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

Excursions app

This is an application to manage excursions registrations. It was created for a local trekking group and they had it running in production 2 years.

build status coverage report License: GPL v3

Requirements

  • Ruby 2.3.3+
  • Bundler 1.16.2+

Instructions

  • Clone the repository.
  • Execute: bundle to install the dependencies.
  • Execute the database migration: bin/rake db:migrate.
  • Execute: bin/rails s to start the development server.
  • You can also run the test executing: bin/rake.

Disclaimer

This application is not intended to be upgraded or developed anymore. Anyway, if I find any error or anyone make a PR with any contribution, advice, warning, etc. it will be updated/merged.