Skip to content

programrails/demostore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet DEMO store in Ruby on Rails

Implement an Internet store DEMO meeting the following requirements:

User authentication and authorization;
User roles (guest, registered user, admin);
Product categories menu;
Product cart available with the ability of adding any quantity of the products;
The cart should persist if a guest logs in as a user;
The cart control page with the ability to remove items or change an item quantity (and the total must auto-refresh);
The order creation page requiring the user authentication and the cart not empty. The billing implementation is NOT required. Consider successful ordering as a purchase;
The admin area with the admin full access to the store objects;
All the actions (except changing the page) should be performed in-place - without the current page reload;

The frontend may include Bootstrap.

About

DEMO Store - a test built with Ruby-on-Rails 5.1 (+ RSpec 3.7)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published