A full-stack web application for managing pet adoptions, built with ASP.NET Core MVC and SQL Server. The public can browse adoptable pets and read each pet's medical history, registered adopters can ...
TraineeManagement.Api is an ASP.NET Core Web API developed for managing trainee records. ├── Controllers/ │ ├── HealthController.cs │ ├── TraineesController.cs │ ├── UsersController.cs │ ├── ...