https://github.com/sihar/rest-api
https://github.com/sihar/rest-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sihar/rest-api
- Owner: sihar
- Created: 2024-07-23T20:04:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T20:22:33.000Z (about 2 years ago)
- Last Synced: 2025-05-13T17:16:05.225Z (about 1 year ago)
- Language: PHP
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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