This is a sample of snapp food that has three parts of super admin,seller and customer. seller and super admin is SSG but customer part is Restful API
- Breeze (seller and super admin authentication)
- Sanctum (customer authentication)
- Laravel-Chart
- Laravel-Excel
Note: First of all create snappfood database
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serveYou can sign in as a super admin with these information:
- Email: admin@gmail.com
- Password: 12345678
- Restauarnt categories (CRUD)
- Food categories (CRUD)
- Discounts (CRUD)
- Manage comments that sellers request to delete them
- Email: seller@gmail.com
- Password: 12345678
- Food menu (CRUD)
- Set schedule time
- Edit restaurant general information settings
- See foods comments and reply to them
- Analyze financial reports and charts of restaurant
- Analyze Orders history of restaurant
- Email: customer@gmail.com
- Password: 12345678
- Add and update address and set address as activate address
- See food menu and general information of near restaurants
- Card (CRUD) + Pay card
- Post comments and read them
