Skip to content

NikolaosKantartzopoulos/bee-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample e-shop - Live link


Created with

Summary


Sample e-shop site!

Quick tour


User UI

Log in as user to access the SHOP...

username user1

password user1

-- or --

Sign up!


Place an order...

...using filters to find the product you want (see magnifying glass at bottom right corner?)

-- or --

Use contact form to submit a comment!


Log in as Admin...

...to access the Admin UI.

username admin

password admin

  • Manage Products, orders, read comments.
    • If you add a product URL for image MUST be from Unsplash
  • Order UI allows you to control which ordrers you see (What stage and how old)!

Development


git clone https://github.com/NikolaosKantartzopoulos/bee-shop.git && cd ./bee-shop && npm i && npm run dev