Giter VIP home page Giter VIP logo

roastapp's Introduction

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

roastapp's People

Contributors

nonfu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.