For testing follow below steps:
- First clone the project by executing
$ https://github.com/muchristian/guest-rental-MS.git
- Run
$ npm install
to install Node.js dependencies - Run
$ composer install
to install Laravel dependencies
- Create database and edit
config/database.php
to match with your database configuration - Execute
$ php artisan migrate
to migrate tables in database
In order to migrate database, you pre-requisitely have to have mysql installed.
- Run
$ php artisan serve
to start project
- React
- Laravel
- Mysql
Refer to the Laravel docs for more information.