when pushing to the repo, please create a new branch and push, the branch name should be your name/the task you worked on, example Favour/create_user_api
- Registration and login
- Product Categories
- Search/filter
- View product
- Upload product
- Create shop
- Review listing/rating
- Add to cart
- Payment
- Similar products
- Contact
- Add to wishlist
- Order confirmation
- Product tracking
- Edit product
- User profile
- Add categories
- Edit category
- Billing address
- User roles
- Newsletter
- Permission
setup your Database name -- benshada_api Database username -- root Database password --
Run php artisan migrate to create your tables
Run php artisan serve to launch your app
The Laravel framework is open-sourced software licensed under the MIT license.