/gigfreq

Rails Portfolio Project

Primary LanguageRuby

Gigfreak

Welcome to GigFreq, the app that helps connect fans with bands!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

  1. Clone this repo.
  2. Install dependences:
    $ bundle install
  1. Create a database structure with the following command:
    $ rake db:migrate
  1. Run web server:
    $ rails s 
  1. Navigate to localhost:3000 in your browser.

Usage

Fan Account: Sign up with the form or Sign in with Gmail! Enter your city + state, then start browsing concerts in your area!

Band Account: Sign up and start posting your upcoming shows! You can also connect with your biggest fans!

Development

In addition to the web interface, you can interact with the app via command line by using rails console.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Ricky199X/rails-final-project. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Code of Conduct

Everyone interacting in the GigFreq project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Authors

- Ricky Rojas - All Work - https://github.com/Ricky199X

Acknowledgments

Thank you to all the kind folks that helped me debug!