GithubHelp home page GithubHelp logo

lengxu / daza-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gitter-badger/phoenix-backend

0.0 2.0 0.0 1.29 MB

「daza.io」服务端,基于 Laravel 5.3 开发的 APIOnly 项目

Home Page: https://api.daza.io

License: Apache License 2.0

PHP 94.46% Shell 0.06% JavaScript 0.56% ApacheConf 0.28% HTML 4.36% Vue 0.28%

daza-backend's Introduction

Daza.io Back-End

「daza.io」是一款基于技能树的技术内容聚合应用,根据你的技能对内容进行筛选,让你在这个信息过载的时代里更高效地获取你所需的内容。

Build Status

截图

线上地址

项目说明

本项目使用 PHP + MySQL 进行开发,基于 Laravel 框架的 API Only 项目。

项目依赖

入门指南

克隆项目源码到本地

$ cd ~/Documents/Projects
$ git clone [email protected]:lijy91/daza-backend.git
$ cd daza-backend

使用 Composer 安装项目依赖

$ composer install

配置环境变量

创建 .env 配置文件

$ cp .env.example .env
$ php artisan key:generate

修改相关配置

DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=daza_db
DB_USERNAME=root
DB_PASSWORD=

执行数据库迁移

$ php artisan migrate

生成基础数据

$ php artisan db:seed

生成测试数据(从现有主题爬取文章

$ php artisan ag:rss

运行

$ php artisan serve
$ open http://localhost:8000

相关项目

关于作者

如果你有什么好想法想告诉我,或者想加入讨论组(注明加入讨论组),请加我微信。

捐赠

如果你觉得我的工作对你有帮助,那你可以为项目捐赠运营费用。

License

Copyright (C) 2015 JianyingLi <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

daza-backend's People

Contributors

lijy91 avatar gitter-badger avatar

Watchers

James Cloos avatar Nick 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.