CircleApp
CircleApp is the source code companion for the course "Creating a Social Media App with C, JS, ASP.NET and Azure." It is a full-stack social platform built with ASP.NET MVC that demonstrates how to develop and deploy a feature-rich social media application from scratch. The app includes core social features such as stories, posts, likes, shares, favorites, friend request management, and a trending hashtags section. The front-end is styled with Tailwind CSS for responsive, modern layouts, while the back-end is powered by ASP.NET MVC with a separate Data Project using Entity Framework for database management, including migrations, SQL Server integration, and full CRUD operations. Deployment is handled through Azure with a configured CI/CD pipeline for production-ready releases. The repository is organized with branches corresponding to each course part, divided into beginning and end states for easy follow-along. Requirements include Visual Studio, .NET SDK, SQL Server, and an Azure account. The project is open