[P0] ASP.NET Core API scaffold + EF Core initial migration #4

Open
opened 2026-05-26 01:32:37 +00:00 by ChrisChen · 0 comments
Owner

Overview

Bootstrap the C# API with Entity Framework Core (Code-First) connected to PostgreSQL.

Tasks

  • Create ASP.NET Core Web API project
  • Install EF Core + Npgsql PostgreSQL provider
  • Configure AppDbContext with PostgreSQL connection string (from env vars)
  • Scaffold initial EF Core migration
  • Health check endpoint (/health)
  • CORS configuration for Angular dev and production origins
  • Swagger/OpenAPI documentation

Reference

PLANNING.md Section 6 - Tech Architecture

## Overview Bootstrap the C# API with Entity Framework Core (Code-First) connected to PostgreSQL. ## Tasks - [ ] Create ASP.NET Core Web API project - [ ] Install EF Core + Npgsql PostgreSQL provider - [ ] Configure AppDbContext with PostgreSQL connection string (from env vars) - [ ] Scaffold initial EF Core migration - [ ] Health check endpoint (/health) - [ ] CORS configuration for Angular dev and production origins - [ ] Swagger/OpenAPI documentation ## Reference PLANNING.md Section 6 - Tech Architecture
ChrisChen added this to the Phase 0 - Tech Foundation and DevOps milestone 2026-05-26 01:32:37 +00:00
ChrisChen added the module: devops label 2026-05-26 01:32:37 +00:00
Sign in to join this conversation.