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
- Host: GitHub
- URL: https://github.com/vcjpierre/vuebnb
- Owner: vcjpierre
- License: other
- Created: 2020-01-19T06:48:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T02:19:59.000Z (about 1 year ago)
- Last Synced: 2025-05-15T03:33:06.357Z (about 1 year ago)
- Topics: airbnb-clone, fullstack, laravel, vuejs, vuex
- Language: PHP
- Homepage:
- Size: 109 MB
- Stars: 8
- Watchers: 2
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
VueBnb
[]()

[](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/
