SinnalR-Chat-vueapp
Demo App
https://chat.buraksaglik.com/
Demo account:
Email: demouser
Password: 123456
Email: demouser2
Password: 123456
Frontend tarafında Vue.js, backend tarafında .NET kullanılarak inşa edilmiş bu proje, gerçek zamanlı iletişim için SignalR, dosya depolama için MinIO ve veri yönetimi için MySQL ile entegre edilmiştir. Tüm bu bileşenler Docker ve Docker Compose kullanılarak kolayca kurulabilir ve yönetilebilir.
Özellikler
- Okundum ve İletidi Bilgileri:
- Yazıyor ve son görülme:
- Anlık Mesaj Silme:
- Dosya ve Resim Gönderme:
- Arkadaş Ekleme Sistemi Ve anlık bildirimler:
- FireBase Push Notification: Uygulama Kapalı olsa Bile Bildirim Almaya Devam eder
- Local Push Notification:
- Dark Mode:
- Tema Reklerini değiştirebilme:
Teknolojiler
Ön Koşullar
Kurulum
- git clone
- docker-compose up --build -d
- dotnet ef migrations add InitialCreate --project ProductManagement.Infrastructure --startup-project ProductManagement.API
- dotnet ef database update --project ProductManagement.Infrastructure --startup-project ProductManagement.API