Minh20Duc04/ElderSync — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a working ElderSync app, a care management platform that connects people who need care with caregivers. I want a React frontend and a Spring Boot backend with a MySQL database, so someone can sign up, log in, manage a profile, and use role based access for basic users, care seekers, caregivers, and admins.

The main experience should include seekers creating care requests, getting AI based caregiver matches using skills, health needs, gender preference, and location, then booking care, paying online, and tracking tasks inside each booking. Caregivers should be able to create their profile, accept and manage bookings, and handle assigned tasks. Admins should be able to oversee users, caregivers, bookings, and tasks. Please include secure JWT auth, email notifications, image upload for profiles, and API docs in Swagger. If the AI matching, payment flow, or email setup need external keys, wire them so I can add the secrets later. Make it easy to run locally and use sensible defaults. Look up current docs online if you need to.

Want more depth? Deep Reverse