The FlatsApp
This Application Stacks using Laravel 8
with MySQL
.
Installation
To get up and running of this Application please make sure you already have :
and if it so, first thing you have to do is Clone/download this repo by running this command on your terminal
git clone https://github.com/ivandi1980/FlatsApp.git
After successfuly clone, then run
cd FlatsApp
composer install --ignore-platform-reqs -vvv
php artisan key:generate
Create Mysql Database
php artisan migrate
npm install && npm run dev
php artisan serve