Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bakai-dev committed Feb 10, 2019
1 parent 0ad6df9 commit 048a4fb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Laravel Nuxt Vuetify


> A Laravel Nuxt Vuetify starter project template.
<p align="center">
<img src="https://i.imgur.com/NHFTsGt.png">
</p>

## Features

- Laravel 5.7
- Nuxt 2.3
- Vuetify 1.3
- VueI18n + ESlint
- Multiple layouts
- Authentication with JWT tymon/jwt-auth
- Cors with barryvdh/laravel-cors

## Installation
- `git clone`

#### Backend laravel api setup
- `cd /backend`
- Edit `.env` and set your database connection details
- `composer install`
- `php artisan jwt:secret`
- `php artisan key:generate`
- `php artisan migrate`
- `php artisan serve`

#### Frontend nuxt
- `cd /frontend`
- Edit `.env` and set your api url, default - localhost:8000
- `npm i`
- `npn run dev`

0 comments on commit 048a4fb

Please sign in to comment.