Slim-API & Eloquent ORM
A REST API implemented with PHP’s Slim Micro-framework coupled with Laravel’s Eloquent ORM.
Start a Docker container instance of the API.
# Run the App with Docker Compose
docker-compose -f docker-compose.yml up -d
#Run the App with Composer
composer start
App will be accessible on http://localhost:9080