Skip to content

Latest commit

 

History

History
101 lines (58 loc) · 2.46 KB

README.md

File metadata and controls

101 lines (58 loc) · 2.46 KB

Forum

Project Description

This project is a forum web application created using Asp.Net Core Users can join forums, create posts, and comment.

Features

  • User registration and login

  • Post creation and commenting

  • User profile and role management

  • Forum and post statistics

  • Admin panel

Installation

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

Usage

  • Home Page: Lists forums and posts.

  • Post Details: View details and comments of a post.

  • Admin Panel: Manage users and posts.

Screenshots

Forum ASP.NET Core Application

Home Page

Forum Details

Post Index

Reply Create

Forum List

Create Forum

Admin Panel

Profile Details

Manage Index

Change Password

Contributing

To contribute, please send a pull request or open an issue.

Contact

For any questions or feedback, please contact us at [email protected].