Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. # Mini Project 2
  2. Create e-commerce service.
  3. ## Functional Requirement
  4. * There's two roles of user, merchant and customer.
  5. * Merchants can add product, picture of the product is mandatory.
  6. * Customers can add a product into their cart, and automatically generate total price of the product they order.
  7. * Customers can check the order details of each product in their cart.
  8. * Customers can check their order history.
  9. * Each product have stock information. And it will be reduced after the order from the user is done.
  10. * Customers can't order a product which is out of stock.
  11. ## Things must be fulfilled
  12. * 100% integration test coverage. And please run it in your *Continous Integration* runner on the Gitlab.
  13. * Please invite your mentor in your Gitlab project as maintainer, so your mentor can check the progress.
  14. * Deploy it to heroku.
  15.  
  16. ### Please finish the project before the due date, or there will be consequences.
  17. ### Happy coding!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement