This project is a forum web application created using Asp.Net Core Users can join forums, create posts, and comment.
-
User registration and login
-
Post creation and commenting
-
User profile and role management
-
Forum and post statistics
-
Admin panel
Follow these steps to run the project locally:
1. Clone the Repository:
git clone https://github.com/enki013/Forum-ASP.NET-Core.git
cd Forum-ASP.NET-Core
2. Install Required Packages:
dotnet restore
3. Update the Database:
dotnet ef database update
4. Run the Application:
dotnet run
-
Home Page: Lists forums and posts.
-
Post Details: View details and comments of a post.
-
Admin Panel: Manage users and posts.










To contribute, please send a pull request or open an issue.
For any questions or feedback, please contact us at [email protected].