dlgrmrn09/family-tree-backend — reverse-engineered prompt
Reverse engineered prompt
Build me a simple family tree web app using this project as the starting point. I want a web page where someone can add family members with basic details like name, birth date, death date if needed, gender, and notes, then connect people as parents, children, or partners.
The main thing should be an easy family tree view that lets me see how everyone is related. I should be able to click a person, view their details, edit them, delete them, and add relatives from that screen. Please make the backend store the data properly and expose the needed API for the frontend. The frontend should feel clean and simple, not fancy, but usable on a laptop.
Also make sure the project can run locally without a lot of setup. If Docker is already intended here, wire it up so I can start everything with one command. Add clear instructions for running it, and look up current docs online if you need to.
Want more depth? Deep Reverse