Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 709 Bytes

File metadata and controls

49 lines (33 loc) · 709 Bytes

My Order Application 🛒

This is a simple application for managing orders.

Prerequisites

  • Docker
  • Docker Compose
  • Make

Installation

  1. Clone the repository:

    git clone https://github.com/mariolucasdev/myorder.git
  2. Navigate to the project directory::

    cd my-order
  3. Execute the Makefile:

    make

Usage

  1. Once the Makefile has executed successfully, the application will be available at localhost:8000.

Testes Unidade (Pest) 🧪

composer test

Teste Análise Estática (PHPStan)

composer phpstan

Teste de Design de Código (Pint)

composer pint