Skip to content

its a very tiny little booking system or you can say it starter project of laravel. if any one initialize a backend API for any project he can use it. I try to flow all the best practise in this project.

License

Notifications You must be signed in to change notification settings

AtiqulHaque/laravel-booking-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Purpose of this project

its a very tiny little booking system or you can say it starter project of laravel. if any one initialize a backend API for any project he can use it. I try to flow all the best practise in this project. Such as

  1. Service repository pattern.
  2. JWT token Authentication.
  3. Api Documentation.
  4. Docker and Docker compose file.
  5. Postman Collection. 6 Unite Test.

Internal diagram booking_system.png

Instruction

If you have installed docker and docker compose in your pc then just goto the project root folder then run this command

./lunch

Also you can create by Docker command

docker-compose up -d

Without docker you can install this project by this

php artisan migrate --seed

Run any composer command

docker-compose exec app composer list

Run any command

docker-compose exec php artisan _____

Publish Documentation

docker-compose exec app php artisan l5-swagger:generate

booking-system-doc

About

its a very tiny little booking system or you can say it starter project of laravel. if any one initialize a backend API for any project he can use it. I try to flow all the best practise in this project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages