Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
73 lines (43 loc) · 2.41 KB

README.md

File metadata and controls

73 lines (43 loc) · 2.41 KB

SCOOBAR Build Status Code Climate Test Coverage

Simple and easy management application for your SCUBA dive center - built with love and Ruby on Rails.

image

Features

Please note that this project is still WIP and the following features are still quite basic. But we have to begin somewhere, right?!

  • Customer management and billing
  • Event planning and booking
  • Equipment and rentals
  • Statistics and reports

Planned features

  • Allow user to change branding (logo)
  • Authentication
  • Extend billing with taxes, discounts...
  • Customer checkin/checkout

📢 If you have specific feature requests, feel free to report them!

Screenshots & Demo

Gettings started

Requirements

  • Ruby 2.x
  • PostgreSQL 9.x

Other versions might work as well.

Installation

git clone https://github.com/hwuethrich/scoobar.git

Run the setup script to install required gems and setup the database. Then run the server:

cd scoobar
./bin/setup
./bin/rails server

Access your application at http://localhost:3000.

Contributing

Like this project? There are several ways to contribute:

  1. Give feedback and report bugs
  2. Contribute bugfixes and features by forking this project and sending pull requests on Github.

❤️ Thanks and credits

License

SCOOBAR is released under the MIT License.