food-market/src/food-market.api
nurdotnet bcbda1ae5d fix(seeder): bootstrap admin + demo org on stage/prod too, not just Dev
Login on https://food-market.zat.kz failed because DevDataSeeder skipped
in non-Dev envs, so the demo admin account never existed on stage.

Seeder is idempotent — checks-then-creates for every entity. Safe to run
on every startup in any env. Once a real org/admin replaces the seeded
demo, this seeder is a no-op.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 20:42:54 +05:00
..
Controllers phase2c: RetailSale document — посты в stock как минусовые движения 2026-04-22 16:07:37 +05:00
Infrastructure/Tenancy Phase 0: project scaffolding and end-to-end auth 2026-04-21 13:59:13 +05:00
Properties fix: pin API dev port to 5081 (match Vite proxy config) 2026-04-21 15:37:05 +05:00
Seed fix(seeder): bootstrap admin + demo org on stage/prod too, not just Dev 2026-04-22 20:42:54 +05:00
appsettings.Development.json Phase 0: project scaffolding and end-to-end auth 2026-04-21 13:59:13 +05:00
appsettings.json Phase 0: project scaffolding and end-to-end auth 2026-04-21 13:59:13 +05:00
food-market.api.csproj Phase 0: project scaffolding and end-to-end auth 2026-04-21 13:59:13 +05:00
Program.cs fix(api): always apply EF migrations on startup, not only in Development 2026-04-22 16:03:01 +05:00