Coding challenge submission for InstaFreight.
Implement REST API with shipments endpoint that can be filtered by companies, carriers and/or addresses.
- Docker 20+
- Docker Compose
Copy Laravel's .env
file that was provided to you into src
folder.
Position yourself into src
directory and build containers/boot up your environment with:
cd src
docker-compose up -d
For the first time set-up you have to run migrations and seed files by executing following command (might take 1-2 min):
docker exec -it api php artisan migrate --seed
To test that everything is working properly you should be able to go to: localhost:8000
or make a test request for API to localhost:8000/api/shipments
.
For starting up your environment use:
docker-compose up -d
Tearing down the environment:
docker-compose down
Go to swagger editor and paste the src/swagger.json to the editor.
NGINX 1.22.0
PHP 8.1
PostgreSQL 14.4
Lumen 9 (Laravel 9)
Travis CI
- 0.1
- Initial Release