Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 840 Bytes

File metadata and controls

30 lines (22 loc) · 840 Bytes

Supplycart Interview Test - Laravel

Instructions

  • Fork this repo to your github account
  • Complete the tasks given
  • Once completed, create a PR to this repository

Tasks

  1. As user, I want to be able to register an account
  2. As user, I want to be able to login using registered account
  3. As user, I want to see list of products after login
  4. As user, I want to be able to add product to cart
  5. As user, I want to be able to place order for added products in cart
  6. As user, I want to be able to logout

Bonus Tasks

  1. Verify email after registration
  2. Product attributes and filtering e.g brand, category
  3. Order history
  4. Add unit tests
  5. Use Vue and Tailwindcss
  6. Deploy app to a server