Simulating StackOverflow search using StackOverflow data upto 2010.
Demo Link: https://stack-overflow-clone.azurewebsites.net/
- ASP.NET Core MVC application hosted on Azure App Service powered by SQLServer database also hosted on Azure.
- Relevant search results returned in order of relevance to search query using Full-text search and CONTAINSTABLE/RANK constructs.
- Offset-based Pagination with progressive loading
- Authentication and Authorization implemented with ASP.NET Identity
- EF Core Reverse Engineering to build models based on the pre-existing database schema
- Periodic server push notifications using SignalR
- Optimized database performance with relevant indexes added.