kevinrev26/proj-fantasysv — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple fantasy football web app from this repo. I want a clean frontend where someone can see football fixtures and results, browse players or teams, and put together a fantasy squad. The app should feel like an MVP that is ready to expand, not just a static page.

Please wire the frontend to the backend API, make sure the database models and migrations are in good shape, and add any missing basic screens needed to make the flow understandable. Keep the UI simple and clear, with sensible empty states and loading states. If there is already structure in the backend, follow it instead of starting over.

Make it easy to run with Docker compose, update the env example if needed, and include a short README section that explains how to start it, run migrations, and test the main flow. Look up current docs online if you need to.

Want more depth? Deep Reverse