this was the academic project of 3-1. This showcases a sweetshop website, where basic laravel was used with mySQL database for CRUD operations. People can see the items, can add them to cart, can go forward to buy them, change their order. but payment method was not included. sweet-tooth people can also share their own recipe in here. admin panel was added separately from the website so adminn has to know the route to access the admin panel
- clone the branch-2
- to start the website command in terminal : php artisan serve
- go to the link to see the website
- use the route /admin/login
- email : admin@gmail.com
- pass : admin
- go to products to use the CRUD operations.