REST API in which you can create companies and employees.
- Laravel 10
- MySql 8
- Phpmyadmin
Install composer in my-app directory.
cd my-app
composer installTo install all images in docker run this command in main project directory.
cd ..
docker compose up -dMigrate tables into database. Run this command in my-app directory.
cd my-app
php artisan migrateAfter running this command project is ready to testing.
Here is, a link into Postman collection which have all endpoints from this project Link.