Skip to content

HansYoucef/zimou-test-HYoucef

 
 

Repository files navigation

Zimou Express Logo

Installation

Clone the repository
git clone https://github.com/HansYoucef/zimou-test-HYoucef
cd zimou-test-HYoucef
Install dependencies
composer install --optimize-autoloader --no-dev
npm run build
Migrate and seed the database
php artisan migrate
php artisan db:seed
Start App
php artisan serve
php artisan queue:work

Zimou Technical test

  1. Create login/register UI
  2. Create 5000 Stores for each store add 100 packages using seed or factories
  3. 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
  4. Add a button to export all the packages in csv or excel file with the same columns above
  5. (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 😃

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.0%
  • Blade 12.9%
  • JavaScript 0.1%