Airbnb Clone
This is an open project of Airbnb clone using the technologies of Laravel and Nuxt.
Build Steps
Backend
cd airbnb-clone-backend
cp .env.example .env
composer install
npm install
create a local databse according to your prefer name, then
php artisan key:generate
php artisan migrate
Frontend
cd airbnb-clone-user
npm install