In this simulated music venue web application, a user can create an account in order to purchase tickets for concerts. Their profile page displays these tickets and allows for them to edit the quantity and to receive a "refund," or delete them. If a user has a Gmail account, it is also possible to log into the application through Google (which is made possible through the implementation of Omniauth).
-
Fork the repo and copy the SSH link.
-
cd
into your desired folder and paste the SSH link into your terminal and hitenter
. -
Before running the program type
bundle install
in your terminal, then hitenter
to run the installation. -
Once the Ruby gems are installed, type
rails s
in your terminal to set up a local server. -
Copy the address provided by
rails s
and paste it into your browser's address bar.
- This program is licensed under The MIT License (https://opensource.org/licenses/MIT). License file included in top directory.