- Room Types
- Rooms
- Customers
- Booking
composer install
Copy file .env.example to .env and adjust database credentials
php artisan migrate
php artisan db:seed
php artisan serve
Import file laravel-rest-api.postman_collection.json to postman app for testing endpoint
- Unit Testing
- Dockerize Application