febouge / excursions-app

Application to manage excursions registrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Application to manage excursions registrations

License:GNU General Public License v3.0


Languages

Language:Ruby 63.8%Language:HTML 29.3%Language:CSS 4.7%Language:CoffeeScript 1.5%Language:JavaScript 0.8%