diff --git a/README.md b/README.md index b7d29e8..d8df6f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,38 @@ -# chat_application +# 💬 Chat Application +A modern chat application enabling real-time messaging, group conversations (salons), and role-based access control. + +--- + +## 🚀 Features + +- User registration and authentication (Logto) +- Real-time messaging between users +- Group conversations (salons) and private chats +- Role and permission management (admin panel) +- User invitations to salons +- Responsive Angular frontend +- Secure .NET API backend + +--- + +## 🛠️ Tech Stack + +- **Frontend:** Angular +- **Backend:** .NET API +- **Authentication:** Logto (Identity Provider) +- **Hosting:** Hetzner Cloud + +--- + +## 📦 Getting Started + +### Prerequisites + +- Node.js & npm (for Angular) +- .NET SDK (for backend) +- Logto account (for authentication) + +## 📄 License + +This project is licensed under the QAP License. \ No newline at end of file