The application is a result of a challenge. It was developed with Laravel framework.
The import prices tool can be found inside the tools directory.
The application logic can be found inside the folder app/Modules/PricesApi.
- The Application directory has our usecases and dtos.
- The Connectors has our ports and adapters.
- composer install
- npm install && npm run dev
- php artisan serve