
A secure full-stack platform built with ASP.NET Core Web API on the backend and React on the frontend. Uses Entity Framework Core to connect to SQL Server, supporting JWT token authentication and role-based client controls.
Securing user data and managing CORS issues during local and staging deployments. Resolved by writing custom middleware, utilizing secure password hashing (BCrypt), and storing JWT keys in encrypted environment configurations.