# Forum
(opens new window) (opens new window) (opens new window) (opens new window) (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
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
Add
DependsOn(typeof(ForumXxxModule))
attribute to configure the module dependencies. (see how (opens new window))Add
builder.ConfigureForum();
to theOnModelCreating()
method in MyProjectMigrationsDbContext.cs.Add EF Core migrations and update your database. See: ABP document (opens new window).
# Usage
Create a community on the management page.
Go to the community home page and try to create a new post.
# Road map
- [ ] User avatar.