Steps to run project:
This project was developed using laravel sail and docker.
- create .env from .env.example
- Run following commands:
composer install
npm install && npm run dev
php artisan migrate
ORsail artisan migrate
php artisan serve
OR./vendor/bin/sail up
php artisan test
- Laravel Postcodes - A wrapper for the postcodes.io API
- Pest - Used for writing tests