rdpresser/tc-cloud-games — reverse-engineered prompt

Reverse engineered prompt

Build me a cloud ready backend for a digital game store and management platform in C# and .NET. I want users to be able to register, log in, get JWT based auth, and then manage a catalog of games with full create, read, update, delete support plus useful filtering. It should run locally with Docker Compose and come up with Swagger, health checks, a Postgres database, Redis caching, structured logs, and basic monitoring so I can see app metrics and system health.

I also want this set up so it feels production ready on Azure, with infrastructure as code, container based deployment, secrets management, autoscaling, and monitoring dashboards. Please include CI and CD workflow automation with testing, security checks, and a safe deployment approach. Seed a couple of default users so I can try it quickly.

Make it easy to start from the repo, and keep the developer experience smooth with sensible scripts and docs. If anything is unclear, look up the current docs online and wire it together in a practical way.

Want more depth? Deep Reverse