This project is currently under active development and is a work in progress. It may not be fully functional or complete at this time. Feel free to explore the code, but be aware that certain features might be missing or subject to change.
This chat application allows users to register, log in, and engage in real-time messaging with other users. It provides a seamless and interactive chatting experience, making it easy for users to communicate with each other.
- User Authentication and Registration
- Role-Based Authorization (Guest, Member, Admin)
- Real-Time Communication using SignalR
- Chat with Other Users
To run the chat application locally, clone the repository or download the repository and unzip the contents.
Visual Studio
- Set up the database and run the necessary migrations.
- Open the solution file in Visual Studio.
- Press F5 to start the chat application.
Command Prompt
- Set up the database and run the necessary migrations.
- Navigate to the project folder using the command prompt.
- Run the following command to start the application:
dotnet run
Enjoy chatting in real time with the Chat Application!
Contributions are welcome to improve this chat application. Feel free to open issues or submit pull requests.