# BlogServer **Repository Path**: ChinaChunHui/blog-server ## Basic Information - **Project Name**: BlogServer - **Description**: 基于Laravel8实现的博客接口平台 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-26 - **Last Updated**: 2022-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlogServer ## 简介 ## 使用方法 ```shell # create database and tables php artisan migrate ``` ```shell # generate system basic data php artisan db:seed --class=InitializeSystem ``` ## 实现功能 详见Api接口文档 admin --- Dictionary 和 Permission 一对多关系 User 和 Permission 多对多关系 Group 和 User 多对多关系 Group 和 Permission 多对多关系 User 和 Blog 一对多 Blog 和 Tag 多对多 Category 和 Blog 一对多 Blog 和 Comments 一对多 blog ---