To run the project it's necessary to go through several steps:
To start this project run ./vendor/bin/sail up
The project uses MySql as a default DB in Docker.
Open API Swagger is accessible by http://localhost/api/documentation
by default
- Create custom validation rules to not allow run even controllers with wrong input data
- Create ent-to-end 'feature' tests to cover logic of controllers
- Validate OpenApi documentation using the
https://github.com/thephpleague/openapi-psr7-validator
- Create Unit tests to validate business logic
- Add support of currencies
- Add custom exceptions instead of generic ones and set up more correct exceptions handling