Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 771 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 771 Bytes

Supplycart Interview Test

Instructions

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

Tasks

(/) As user, I want to be able to register an account
(/) As user, I want to be able to login using registered account
(/) As user, I want to see list of products after login
(/) As user, I want to be able to add product to cart
(/) As user, I want to be able to place order for added products in cart
(/) As user, I want to be able to logout

Bonus Tasks

  1. Verify email after registration
  2. Order history
  3. Deploy app to a server