8000 GitHub - andrerferrer/order-card-demo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrerferrer/order-card-demo

Repository files navigation

Goal

This is a demo app to teach how to implement an order card with features to increase/decrease and add or remove an item to an order in Ruby on Rails.

ezgif-5-662ca97e7f

You can also check my other demos.

How to

We will generate some cards. Each card will have some buttons + and - that will change the DB accordingly. Run it locally to see it in action.

If you want to check it locally

repo_name="order-card-demo"
gh_repository="git@github.com:andrerferrer/$repo_name.git"
cd
git clone $gh_repository demo
cd demo
bundle install
yarn install
rails db:create db:migrate db:seed
rails s

# now you can go to http://localhost:3000/ and see it there

And we're good to go 🤓

Good Luck and Have Fun

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0