This project was built with Laravel
- PHPUnit (https://phpunit.de)
- Faker (https://github.com/fzaninotto/Faker)
To run the Application, you must install:
docker-compose up
Run setup script to migrate tables and seed data
docker-compose exec app sh ./setup.sh
You should be able to visit your app at http://localhost:8080
Install Dependencies
composer install
Run setup script to migrate tables and seed data
chmod +x ./setup.sh
./setup.sh
php artisan serve
You should be able to visit your app at http://localhost:8000
To run integration tests:
composer test