Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 355 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 355 Bytes

Teste de backend

API criada com a finalidade de estudar um pouco mais sobre o micro-framework Lumen.

Ferramentas utilizadas

  • Configuração
    • composer install
    • cp .env.example .env
    • php artisan key:generate
    • php artisan migrate