CEP Finder
Site que permite encontrar todas as informações de um CEP e armazenar na lista de endereços cadastrados. Desenvolvido em Laravel com a API da VIACEP.
Required
- PHP 7.2 ou maior
- Laravel 8
- MySQL
Installation
composer create-project laravel/laravel CEP-finder
Após, crie uma key com o comando:
php artisan key:generate
Crie um arquivo .env conforme o arquivo .env.example e preencha todas as configurações.
Não se esqueça de criar um banco de dados vazio com o nome configurado.
Para rodar o projeto, utilize:
php artisan serve
Contributing
- Fork it (https://github.com/Sttormx/CEP-finder)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request