This task was build using lumen 5.8 (laravel micro framework)

Steps to run The project

  • git clone of the master branch
  • run composer install
  • renaming .env.example to .env with the connections according to the environment.
  • run php artisan migrate
  • run php artisan db:seed (to fill data to customers and items tables)
  • run php -S localhost:8000

Endpoints

License

The Lumen framework is open-sourced software licensed under the MIT license.