Skip to content

Rails application for tracking music gigs for a band, and email notifying members.

Notifications You must be signed in to change notification settings

berislavbabic/Band-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Band notifier is a simple app used to manage gigs for music bands. 
You can track gigs by date, and even notify band members by e-mail if you wish

Installation:

git clone git://github.com/babinho/Band-notifier.git
cd Band-notifier
bundle install
rake db:migrate
# create admin user for the application
rake app:setup 
Set the configuration values for your mail in config/initializers/setup_mail.rb
cp config/initializers/setup_mail.rb.example config/initializers/setup_mail.rb
rails s

Big thanx to bobfly for adding mobile views.

That should be it, if someone wants to add something else to the readme, fork and make a pull request.

This application is a rewrite of a similar application i wrote in asp.net mvc.

About

Rails application for tracking music gigs for a band, and email notifying members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published