# social_platform **Repository Path**: gong-jingyu/social_platform ## Basic Information - **Project Name**: social_platform - **Description**: 社交、新闻、娱乐、知识平台 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2023-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README auth-service:认证授权服务 gateway-service:网关服务 blogs-service:博客服务(文字、图片、视频、音频) file-service:文件服务(图片、视频、音频) comment-service:评论服务(博客、视频、音频) ```sql create database if not exists `social_platform`; use social_platform; # 图片、音频、视频、文件(.txt .xls .xlsx .pdf .java) create table if not exists `file_image` ( id bigint primary key comment '雪花算法插入,作为标识' ) comment ''; ```