This application allows the user to interact with a database that connects stores and shoe brands. It allows the user to add stores and brands, update name, and delete. Users are able to add shoes to multiple stores where they can be sold.
Open Terminal To clone on your local machine, run the following in the Terminal
$ git clone https://github.com/kihuynh/shoe_store.git
In terminal, navigate to the root directory of the project and run: Run Postgres in terminal(if local machine doesn't run it on startup):
$ postgres
Install gems, create database:
$ bundle install
$ rake db:create
$ ruby app.rb
Open your browser and go to localhost:4567
- Ruby
- Gems
- Sinatra
- Postgres
Licensed under MIT license
Copyright (c) 2018 Kimberly Huynh