A .NET 9 Web API for validating passwords and storing validation attempts in SQL Server. PasswordValidatorAPI/ ├── Controllers/ │ └── PasswordController.cs # API endpoints ├── Data/ │ └── AppDbContext ...
EasyShop is a modern, full-stack e-commerce platform built with Next.js 14, TypeScript, and MongoDB. It features a beautiful UI with Tailwind CSS, secure authentication, real-time cart updates, and a ...