This app is designed for band managers to keep track of the bands they manage and the members included in each band. The app also allows the manager to determine which instrument a member plays in a given band. Managers can add, edit and delete bands, members, and band member instruments.
Gems required to successfully run this application can be found in the gemfile. To install, clone this repo and enter 'bundle install' into the terminal.
To run this app, type 'rails s' into the terminal. From there, open the browser of your choosing and enter http://localhost:3000/ as a URL. This will bring you to the app's homepage. After signing up, you will be able to add new bands and edit them from the 'View Your Bands' page.
Bug reports and pull requests are welcome on GitHub at https://github.com/jbrasko2/rails-band-manager. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Band Manager project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.