This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
- view all product
- product information
- add product to cart
- view information cart
- remove item, clean cart
- sign_in/sign_up account user sell
- add, edit, delete product by owner
- update account, cancel account, log_out
- view on desktop, mobile, tablet
https://obscure-sands-43775.herokuapp.com/
Set database and config Open Terminator and enter comman
- cd Son_Shoe_Store
- bundle install
- rake db:create
- rake db:migrate
- rake db:seed
- rails s
- ...