# Forum

ABP version (opens new window) NuGet (opens new window) NuGet Download (opens new window) Discord online (opens new window) GitHub stars (opens new window)

An abp forum application module.

# Online Demo

We have launched an online demo for this module: https://forum.samples.easyabp.io (opens new window)

# Installation

  1. Install the following NuGet packages. (see how (opens new window))

    • 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 (opens new window))

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

  4. Add EF Core migrations and update your database. See: ABP document (opens new window).

# 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.
Last Updated: 8/26/2022, 9:14:33 AM