/band_tracker

Add bands and track the venues played.

Primary LanguageRuby

band tracker

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.

Usage

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/.

About

Written by Philip Orchard at Epicodus.

License

This projected is licensed under the terms of the MIT license.