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