Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supplycart/laravel-test
https://github.com/supplycart/laravel-test
interview laravel
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supplycart/laravel-test
- Owner: supplycart
- Created: 2020-04-01T04:19:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T10:08:51.000Z (about 4 years ago)
- Last Synced: 2024-05-28T19:51:35.985Z (7 months ago)
- Topics: interview, laravel
- Language: PHP
- Size: 550 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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