Skip to content

EasyAbp/Forum

Repository files navigation

Forum

ABP version NuGet NuGet Download Discord online GitHub stars

An abp forum application module.

Installation

  1. Install the following NuGet packages. (see how)

    • EasyAbp.Forum.Application
    • EasyAbp.Forum.Application.Contracts
    • EasyAbp.Forum.Domain
    • EasyAbp.Forum.Domain.Shared
    • EasyAbp.Forum.EntityFrameworkCore
    • EasyAbp.Forum.HttpApi
    • EasyAbp.Forum.HttpApi.Client
    • EasyAbp.Forum.Web
  2. Add DependsOn(typeof(ForumXxxModule)) attribute to configure the module dependencies. (see how)

  3. Add builder.ConfigureForum(); to the OnModelCreating() method in MyProjectMigrationsDbContext.cs.

  4. Add EF Core migrations and update your database. See: ABP document.

Usage

  1. Create a community on the management page.

  2. Go to the community home page and try to create a new post.

CommunityList PostList PostDetail

Road map

  • User avatar.