An open API service indexing awesome lists of open source software.

https://github.com/sihar/rest-api


https://github.com/sihar/rest-api

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Prototype Booking System ##

## Database Structure
- Room Types
- Rooms
- Customers
- Booking

## Installation ##

```php
composer install
```

Copy file .env.example to .env and adjust database credentials

```php
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