Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/supplycart/laravel-test


https://github.com/supplycart/laravel-test

interview laravel

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        



# 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