All Projects → lijy91 → Daza Backend

lijy91 / Daza Backend

Licence: apache-2.0
[DEPRECATED]

Projects that are alternatives of or similar to Daza Backend

Pilothouse
A command line app for managing a LEMP local development environment based on Docker.
Stars: ✭ 98 (-59.84%)
Mutual labels:  mysql, laravel
Laravel Db Profiler
Database Profiler for Laravel Web and Console Applications.
Stars: ✭ 141 (-42.21%)
Mutual labels:  mysql, laravel
Docker Laravel
🐳 Docker Images for Laravel development
Stars: ✭ 101 (-58.61%)
Mutual labels:  mysql, laravel
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-68.85%)
Mutual labels:  mysql, laravel
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (-24.18%)
Mutual labels:  mysql, laravel
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-68.44%)
Mutual labels:  mysql, laravel
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+551.23%)
Mutual labels:  mysql, laravel
Laravel
Muito conteúdo sobre o framework Laravel. Controllers, Models, Views, Blade, Migrations, Seeders, Middlewares, Autenticação, Autorização, Providers, pacotes, laravel 8, etc.
Stars: ✭ 43 (-82.38%)
Mutual labels:  mysql, laravel
Ansipress
AnsiPress - Simple L(Linux) E(NGINX) M(MariaDB) P(PHP7) Shared Hosting Setup
Stars: ✭ 184 (-24.59%)
Mutual labels:  mysql, laravel
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-31.97%)
Mutual labels:  mysql, laravel
Easy Short Url
ESU 短网址,可在 Laravel、Yii、ThinkPHP 等框架 Composer 包引入,也可以独立搭建短网址站点
Stars: ✭ 71 (-70.9%)
Mutual labels:  mysql, laravel
Mynotes
笔记、Laravel、PHP、面试题、MySQL、HTML、CSS、Java...
Stars: ✭ 201 (-17.62%)
Mutual labels:  mysql, laravel
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-72.95%)
Mutual labels:  mysql, laravel
Docker Laravel
Laravel 5 with Dockerized Gulp, PHP-FPM, MySQL and nginx using docker-compose
Stars: ✭ 85 (-65.16%)
Mutual labels:  mysql, laravel
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-77.46%)
Mutual labels:  mysql, laravel
Laravel Social Network
Laravel 5.4 - location-based social network
Stars: ✭ 114 (-53.28%)
Mutual labels:  mysql, laravel
Laravel Ubuntu Init
A shell script for setting up Laravel Production environment on Ubuntu 14.04 & Ubuntu 16 & Ubuntu 18 system.
Stars: ✭ 695 (+184.84%)
Mutual labels:  mysql, laravel
Readmarvel
ReadMarvel's open sourced code
Stars: ✭ 31 (-87.3%)
Mutual labels:  mysql, laravel
Genealogy
Laravel 8 and Vue family tree and genealogy data processing website.
Stars: ✭ 153 (-37.3%)
Mutual labels:  mysql, laravel
Laravel Cross Eloquent Search
Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
Stars: ✭ 189 (-22.54%)
Mutual labels:  mysql, laravel

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.
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].