Skip to content

brunorpassos/happy_massage

 
 

Repository files navigation

Happy Massage

This is a Rails App intended to be an appointments book.

Setup

bundle
bundle exec rake db:migrate
bundle exec rake db:seed

Usage

.env file

For now, to run it locally, you will need a CAS server to login to the app.

At the application root, create a .env file with the following content:

DB_HOST=<db_host>
DB_ADAPTER=<db_adapter>
DB_ENCODING=<db_encoding>
DB_NAME=<db_name>
DB_POOL=<db_pool>
DB_USERNAME=<db_username>
DB_PASSWORD=<db_password>

CAS_USERS_BASE_URL=<cas_server_url>

Configuration

The app config is located at

config/schedule_settings.yml

Running

bundle exec rails s

License

happy_massage is Copyright © 2015-2016 Eron Junior, Flavio Muniz and Paula Roschel.

It is free software, and may be redistributed under the terms specified in the LICENSE file.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Rails App intended to be an appointments book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.3%
  • HTML 12.5%
  • Other 1.2%