phcodesage/dental-scheduling ? reverse-engineered prompt
Reverse engineered prompt
Build me a dental office scheduling app where patients can sign up, log in, and book appointments with dentists. I want them to be able to view, change, and cancel their appointments, and get email reminders before the visit. There should also be a simple way to manage dentist profiles and their availability from the admin side.
Please make it with a React front end and a Node.js and Express backend, using MongoDB for data, JWT for login, and email sending for reminders. Keep the interface clean and easy to use, something that feels like a normal appointment booking site, with forms, lists, and basic navigation. Add sensible protection for the API so it does not get spammed too easily. If you need anything that is unclear, look up the current docs online and choose the most straightforward approach.
Are you gonna build this?
make sure you review the code using coderabbit