git clone https://github.com/HansYoucef/zimou-test-HYoucef
cd zimou-test-HYoucef
composer install --optimize-autoloader --no-dev
npm run build
php artisan migrate
php artisan db:seed
php artisan serve
php artisan queue:work
- Create login/register UI
- Create 5000 Stores for each store add 100 packages using seed or factories
- Create item in the menu to show packages with the following columns: tracking_code, store name, package name, status, client full name, phone, wilaya, commune, delivery type, status name
- Add a button to export all the packages in csv or excel file with the same columns above
- (optional) If you add create package will be an extra point 😉
Notes:
- Dont need to send a PR, just fork the repo and work on your repo
- Please keep the commits and the DB structure as it is
- You are free to use any third party package or any UI dashboard
Good luck 😃