Skip to content

Projeto para controle de vacinação em um estabelecimento

License

Notifications You must be signed in to change notification settings

brunohendias/vacinacao

Repository files navigation

Como rodar a aplicação?

  • Rode o comando abaixo para o Framework encontrar as variaveis de ambiente necessarias
    mv .env.example .env
  • Rode o comando abaixo para instalar as dependencias do projeto.
    composer install
  • Agora vamos subir os containers Docker MySql:8.0, Redis:alpine.
    sail up -d
  • Por fim rode os comandos abaixo para criar as tabelas e inserir os dados ficticios.
    sail artisan key:generate
    sail artisan migrate
    sail artisan db:seed
  • Para rodar os testes de integração primeiro suba os containers da aplicação rodando o comando abaixo
    sail up -d
  • Após subir rode o comando abaixo para rodar todos os testes
  • Antes de rodar o teste, pegue o valor da variavel APP_KEY no .env e coloque na mesma variavel do .env.testing
    sail test

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.