All Projects → nonfu → Roastapp

nonfu / Roastapp

Laravel学院 Roast 应用源码

Projects that are alternatives of or similar to Roastapp

Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+484.76%)
Mutual labels:  laravel, vuex, vue-router
Laravel Vue
运用laravel5.4 + vue2.0 + elementui
Stars: ✭ 276 (+68.29%)
Mutual labels:  laravel, vuex, vue-router
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (-34.76%)
Mutual labels:  laravel, vuex, vue-router
Roastandbrew
Updated content available! We learned a lot since we originally wrote this article. We now have this updated for Laravel 8, Vue, and NuxtJS 👉 https://srvrsi.de/book
Stars: ✭ 300 (+82.93%)
Mutual labels:  laravel, vuex, vue-router
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-67.07%)
Mutual labels:  laravel, vuex, vue-router
Running Time
Sample Single Page Application using Laravel & Vue.js + Vuex + Vue-Router
Stars: ✭ 90 (-45.12%)
Mutual labels:  laravel, vuex, vue-router
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (+1097.56%)
Mutual labels:  laravel, vuex, vue-router
Larapush
artisan push - Deploy your codebase into your web server with one Laravel artisan command and no SSH needed!
Stars: ✭ 150 (-8.54%)
Mutual labels:  laravel, passport
Gpk admin
✨ GeekPark Content Management System
Stars: ✭ 150 (-8.54%)
Mutual labels:  vuex, vue-router
Saas Boilerplate
SaaS boilerplate built in Laravel, Bootstrap 4 and VueJs.
Stars: ✭ 152 (-7.32%)
Mutual labels:  api, laravel
Fantastic Admin
一款开箱即用的 Vue 中后台管理系统框架,基于ElementUI,兼容PC、移动端,vue-admin, vue-element-admin, vue后台
Stars: ✭ 153 (-6.71%)
Mutual labels:  vuex, vue-router
Apiserver
基于Laravel的API服务端架构代码
Stars: ✭ 148 (-9.76%)
Mutual labels:  api, laravel
Vue Shop
VUE移动小商城
Stars: ✭ 148 (-9.76%)
Mutual labels:  vuex, vue-router
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (-8.54%)
Mutual labels:  api, laravel
Douban Movie
🎥The douban-movie Application built with webpack + vue + vuex + vue-router + iView.
Stars: ✭ 147 (-10.37%)
Mutual labels:  vuex, vue-router
Laravel Twitter Streaming Api
Easily work with the Twitter Streaming API in a Laravel app
Stars: ✭ 153 (-6.71%)
Mutual labels:  api, laravel
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-10.98%)
Mutual labels:  api, passport
Deeply
PHP client for the DeepL.com translation API (unofficial)
Stars: ✭ 152 (-7.32%)
Mutual labels:  api, laravel
Spring Boot Vue Bank
我,请始皇[打钱]是一个前后端分离的工具人系统,项目采用 SpringBoot+Go+Vue 开发,项目加入常见的企业级应用所涉及到的技术点,例如 Redis、RabbitMQ 等(主要是多用用工具多踩踩坑)。
Stars: ✭ 157 (-4.27%)
Mutual labels:  vuex, vue-router
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (-2.44%)
Mutual labels:  vuex, vue-router

roastapp

本项目是 Laravel 学院 Roast 应用源码,Roast 是一个基于高德地图搜索附件咖啡店的项目,基于 Larave 5.6 + Vue 2 开发,是一个由 API 驱动的前后端分离应用。

应用截图

首页:

Roast首页

详情页:

Roast详情页

新增页:

Roast编辑页

使用说明

git clone https://github.com/nonfu/roastapp.git
cd roastapp
composer install
cp .env.example .env
php artisan key:generate

配置 .env 中的数据库配置,Github 相关配置和高德地图 Web 服务 API KEY,然后运行

php artisan migrate
php artisan passport:install

执行数据库变更,并初始化 API 认证所需脚手架,后端初始化完成之后,初始化前端资源:

npm install 
npm remove bootstrap --save-dev
npm remove bootstrap-sass --save-dev
npm run dev

配置应用本地域名为 roast.test,就可访问应用了。

构建教程

https://laravelacademy.org/api-driven-development-laravel-vue

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].