# weiwei-blog **Repository Path**: weiweizzz/weiwei-blog ## Basic Information - **Project Name**: weiwei-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 3 - **Created**: 2024-05-06 - **Last Updated**: 2024-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 博客项目说明 ## 一、文件夹说明 > 1、blog-admin `blog-admin` 为后台的管理页面,使用的是 vue3+element-plus 写的 > 2、blog-go `blog-go` 为后端的 golang 语言接口,使用了 gin+gorm 框架 > 3、blog-index `blog-index` 为前台的用户页面,使用的是 vue3+element-plus 写的 ## 二、项目安装与启动 ### 1、博客 golang 语言后台 > 1、安装依赖包 ```bash go mod tidy ``` > 2、启动项目 ```bash go run main.go ``` ### 2、博客后台管理 > 1、安装依赖包 ```bash npm install ``` ```bash yarn install ``` > 2、启动项目 ```bash npm run dev ``` ```bash yarn run dev ```