/shoe-distribution-ruby-ip4

A ruby web application that tracks shoe brands and stores that they are in

Primary LanguageHTMLMIT LicenseMIT

Shoe Distribution

A program to track shoe brands and what stores they are in.

by: Kitet

view deployed

Technologies used

Ruby Sinatra RSpec ActiveRecord Rake

Running the project

  1. Clone the repo: $ git clone [URL]

  2. Install dependencies: $ bundle

  3. Create the databases: $ rake db:create

  4. Create the tables: $ rake db:migrate

  5. Run the app: $ ruby app.rb

  6. Navigate to http://localhost:4567/

Use $ rspec to run tests

LICENSE

MIT LICENSE