← Back to Portfolio

Full Stack Application

Full Stack Application
fullstackOct 2025Full-Stack Developer

Project Overview

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.

Key Features

  • RESTful API routing with secure JWT authorization filters
  • Dynamic React dashboard consuming APIs and rendering real-time metrics
  • Structured database seeding and migration pipeline handled via EF Core
  • Custom middleware layers handling validation errors and logging

Technical Challenges & Solutions

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.