- Built a chat web app in which users can send and accept friend requests and then chat with their friends.
- Implemented real-time message broadcasting to the intended clients only and storage of all chats in the database.
- Implemented JSON Web Token authentication and protected API endpoints.
- Technologies used : .NET Core, SignalR, MongoDB, REST, Typescript, Next.JS.