# Dotnet9
**Repository Path**: lisaso/Dotnet9
## Basic Information
- **Project Name**: Dotnet9
- **Description**: 一个使用ASP.NET Core 7.0开发的博客网站系统
- **Primary Language**: C#
- **License**: MIT
- **Default Branch**: develop
- **Homepage**: https://dotnet9.com
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 11
- **Created**: 2023-05-01
- **Last Updated**: 2023-05-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Dotnet9
一个使用`Dotnet 7.0`开发的`博客`系统,一直在开发中...
 

[](https://gitee.com/dotnet9/Dotnet9) [](https://github.com/dotnet9/Dotnet9) [](https://github.com/dotnet9/Dotnet9)

## 0. 最新开发情况
- [x] 前台
1. [x] 使用ASP.NET Core 7 Razor Pages搭建前台
2. [x] 已有功能:文章列表、分类文章列表、文章详情+评论、归档+评论、关于+评论等
3. [ ] 还有很多功能待开发,比如隐私、登录、前台文章创建和文章修改等
- [x] 后台前端
1. [x] 使用最新的Ant Design Pro v6搭建
2. [x] 基础表的CRUD
3. [ ] 文章管理正在开发中
4. [ ] 文件管理,目前使用的腾讯cos
5. [ ] 其他功能
- [x] 后端
1. [x] 使用ASP.NET Core 7 Web API搭建
2. [x] 使用微软自家的Identity实现权限认证
3. [x] 基础表的接口管理
4. [ ] 根据前台和后台前端的功能迭代,进行维护中
得空学习下dapr,尝试加入本系统中...
## ✨ 1. 特性
1. 使用`ASP.NET Core MVC 7.0`开发
2. 带博客浏览功能
3. 带工具使用
## 🌈 2. 在线示例
Dotnet9:[https://dotnet9.com](https://dotnet9.com)
后端API

后台前端

前台两个版本:Razor Pages和go web

## 🖥 3. 支持环境
- .NET 7.0
- Visual Studio 2022
- PostgreSQL
### 3.1 项目配置
正确运行前,请先对项目进行配置,请看下面说明。
1. 配置数据库连接字符串
2. 配置博客数据
### 3.2 数据迁移
### 3.2 生成数据种子
## ☀️ License
MIT
## 建站文章分享
网站文章介绍:[分享我做Dotnet9博客网站时积累的一些资料](https://dotnet9.com/2022/03/Share-some-learning-materials-I-accumulated-when-I-was-a-blog-website)
## 感谢
- [NETBookMaterials](https://github.com/yangzhongke/NETBookMaterials)
参考杨中科杨老师的项目重构了后端,多谢开源力量。
## 💕 支持本项目