A web app that allows you to create bands and venues. You can add venues of where a band has played. Written in Ruby with the help of RSpec, Sinatra, and Bootstrap. The data is stored in a PostgreSQL backend.
To set up the database run these commands:
rake db:create
rake db:migrate
rake db:test:prepare
Run Bundler from the project directory to install all the gems word-frequency depends on:
bundle -install
Start the Sinatra server:
ruby app.rb
In your browser, navigate to http://localhost:4567/.
Written by Philip Orchard at Epicodus.
This projected is licensed under the terms of the MIT license.