• Stars
    star
    510
  • Rank 86,627 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ASP.NET Core Light forum NETCoreBBS

NETCoreBBS

ASP.NET Core Light forum NETCoreBBS

ASP.NET Core + EF Core Sqlite + Bootstrap

.NET Core 跨平台轻论坛

使用技术点介绍

开发

  1. git clone https://github.com/linezero/NETCoreBBS.git
  2. 使用 Visual Studio 2019 打开 NetCoreBBS.sln
  3. 点击 调试->开始调试 即可运行起来,或者直接点击工具栏上的NetCoreBBS即可。

注意:默认为80端口,可能会和本地端口冲突,可以到Program.cs 中更改 .UseUrls("http://*:80"),然后更改启动URL既可。

功能

  1. 节点功能
  2. 主题发布
  3. 主题回复
  4. 主题筛选
  5. 用户登录注册
  6. 主题置顶
  7. 后台管理
  8. 个人中心

后台管理

使用 admin 注册后默认即为管理员,登录后可以看到管理中心选项。

License

NETCoreBBS is licensed under MIT.