NotesApp is a full-stack Notes application built with Angular (frontend) and .NET Core (backend). It supports CRUD operations, priority-based notes, and stores data using SQLite/SQL Server.
Run Frontend: cd NotesUI && npm install && ng serve Run Backend: cd NotesAPI && dotnet restore && dotnet ef database update && dotnet run