Skip to content

omurburuk/booking-api

Repository files navigation

Booking Api

About Booking Api

Booking api is example laravel api project for order escape room on available time slots to reality. This api can use another booking application as reference. This challange developt for take another power projects.

You can visit to my web site for show another project or contant me. (https://omurburuk.com)

License

The Booking api is open-sourced software licensed under the MIT license.

Requirements

  • PHP version 7+
  • Composer

Installation

  • Download repository to your local machine
  • Go to project path with command window
  • Run "composer install" command
  • Configure your database setting on .env file
  • Run "php artisan migrate"
  • Run "php artisan db:seed"
  • Run "php artisan serve"
  • Go to Swagger documentation Ex: "http://127.0.0.1:8000/api/documentation"
  • Try api/login method with default user with created on migrate or another created user. Default user(email=> [email protected], password =>123456)
  • Get user info and token
  • Write right top to Authorize Bearer {token}
  • Alright! Use another api methods
  • Good job!

About

Laravel booking api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published