Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 520 Bytes

README.md

File metadata and controls

32 lines (14 loc) · 520 Bytes

README

README

This project shows how to build the foundation of any ecommerce in Rails: A Shopping Card.

Feel free to clone this repo to learn from it.

If you prefer Tutorials, check out my Channel:

#https://youtu.be/rPmlA_T_J84

Almost all code was taken by HappyCoding's tutorial series on YouTube, but with a few improvements and more explanation.

  • Clone this repo
  • bundle install
  • rails s
  • head over to localhost:3000/products to create new products
  • localhost:3000 to view the main page