• Stars
    star
    180
  • Rank 208,618 (Top 5 %)
  • Language
    PHP
  • Created almost 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

How to build hotel booking engine with Laravel 5 and AngularJS

How to build an hotel booking system with Laravel 5.1 and AngularJS

A tutorial series from CODETutorial.io .

The tutorial will explain how to create an hotel booking system from scratch using Laravel 5.1 and AngularJS. For this booking engine we will use AngularJS to create a single page application, the front end, where the final user can make reservations and the hotel owner can manage rooms, price and reservations. On the backend side we will use Laravel to create all the needed REST API to serve the application.

Tutorial articles