/Airbnb-Clone

This is an open project of Airbnb clone using the technologies Laravel & Nuxt. The purpose of this project is to learn the flow of the system and implement it using different technology.

Primary LanguagePHP

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