- social media network application built using SignalR in the .NET ecosystem and an Angular UI,authenticatoin and authorization for security. The application allows real-time interactions between users, making it suitable for various social networking and chat applications
- Real-time messaging and notifications
- User authentication and authorization
- Profile management
- Like, message
- Friend connections
- User discovery
- C#
- Typescript
- .NET Core
- Angular
- SignalR
- LINQ
- HTML
- CSS
- SQLite
- Unit of work
git clone https://github.com/Ahmed-DotNetDev/Social-media-network.git
dotnet restore
npm install
cd ServerApp
dotnet run
cd ClientApp
ng serve