vcjpierre / vuebnb

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

Home Page:https://morning-falls-91197.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://morning-falls-91197.herokuapp.com

License:Other


Languages

Language:PHP 76.4%Language:Vue 22.4%Language:Blade 0.6%Language:Shell 0.5%Language:Procfile 0.0%