An open API service indexing awesome lists of open source software.

https://github.com/vcjpierre/vuebnb

Vuebnb: A Full-Stack Vue.js and Laravel App
https://github.com/vcjpierre/vuebnb

airbnb-clone fullstack laravel vuejs vuex

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          



Project logo

VueBnb

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
![GitHub issues](https://img.shields.io/github/issues/vcjpierre/fullstack-laravel-vuejs)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/vcjpierre/fullstack-laravel-vuejs.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls)

---

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


## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Built Using](#built_using)
- [Credits](#credits)

## 🧐 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
- [Laravel](https://laravel.com//) - PHP Framework
- [VueJs](https://vuejs.org/) - Web Framework

## 🎉 Credits
- https://vuejsdevelopers.com/2017/11/20/vuebnb-full-stack-laravel/