A website that lets a user shop.
- Create a new README.
- Change name of folder and Databases
- Users are now able to add products to their shopping cart from the index page with AJAX. The item is be added to the shopping cart and the number of items in the cart (shown in the navbar) does update.
- Users are now able to click on a product and show/hide the product detail using AJAX. The product detail does include an image (using paperclip), the description, and any other fields you choose to add.
- Users are now able to remove items from the shopping cart without a page reload. The "delete" link results in the item being removed from the shopping cart and the total price being updated.
- Ensure that users can't order a negative number of items.
- Add product update and delete functionality for admins.
- Add password validations to ensure a user's password is sufficiently complex.
- Add Stripe so users can pay when finalizing orders.
- Add admin links to navbar so admins can easily add, update and delete products.
- Allow other than whole dollar amounts for admin product creation (for instance, 3.99).
- A admin should be able to view, add and remove posts.
- Open terminal with git, rails, and brew installed.
- _Navigate to desktop and Run git clone https://github.com/DanDanilyuk/went-to-bali-mwahaha __
- Run cd shopping_site
- Run brew install imagemagick
- Run bundle
- Run rails s
- Run rails db:create db:test:prepare
- Run rails db:reset
- _Navigate to http://localhost:3000/ __
- Enjoy The Website
None
- A working site.
If you have any updates or suggestions please contact Dan Danilyuk or make a contribution to the repository.
MIT License
Copyright (c) 2017 Dan Danilyuk