/vuebnb

Vuebnb: A Full-Stack Vue.js and Laravel App

Primary LanguagePHPOtherNOASSERTION

Project logo

VueBnb

Status GitHub issues GitHub Pull Requests


Vuebnb: Full-Stack Vue.js and Laravel App.

📝 Table of Contents

🧐 About

Vuebnb, a simple clone of Airbnb.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

Clone the repository

git clone https://github.com/vcjpierre/fullstack-laravel-vuejs.git
cd fullstack-laravel-vuejs

Installation

Install all dependencies

composer install
npm install

Create your DB and put your environments variables in the file .env

Then run migrations and seeders

php artisan migrate
php artisan db:seed

⛏️ Built Using

🎉 Credits