Skip to content

Projeto de processo seletivo com uso do PHP Puro, Testes, Makefile, Docker, Eloquent, Template Engine e afins.

Notifications You must be signed in to change notification settings

mariolucasdev/myorder

Repository files navigation

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

About

Projeto de processo seletivo com uso do PHP Puro, Testes, Makefile, Docker, Eloquent, Template Engine e afins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published