Simple Api Rest Simple example of a REST API with Laravel 10.x Build and Start the API on port 8000 $ docker-compose up -d Run the migrations and populate the database $ docker-compose exec api php artisan migrate --seed