This is a simple application for managing orders.
- Docker
- Docker Compose
- Make
-
Clone the repository:
git clone https://github.com/mariolucasdev/myorder.git
-
Navigate to the project directory::
cd my-order
-
Execute the Makefile:
make
- Once the Makefile has executed successfully, the application will be available at
localhost:8000
.
composer test
composer phpstan
composer pint