/rest-api

Primary LanguagePHP

Prototype Booking System

Database Structure

  • Room Types
  • Rooms
  • Customers
  • Booking

Installation

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

TODO

  • Unit Testing
  • Dockerize Application