harivilasp/Entry-Mangement-Software — reverse-engineered prompt
Reverse engineered prompt
Build me a simple visitor entry management system for a company reception desk. I want guests to check in by entering their details, choosing the employee or host they are visiting, and submitting the form. When they check in, save the visit in a MySQL database and send an email to the host with the visitor details.
Also add a check out screen where the visitor can enter their checkout time. After checkout, send the visitor an email with the full visit summary. There should be pages to view visitor records, host or employee records, and basic entry logs so the company can see who came in and who left.
Use Java with Spring Boot, MVC style pages, HTML and Bootstrap for the interface, and make it easy to run locally with Maven. Include database setup instructions and put the mail and database settings in the application properties file. Keep the UI clean and suitable for a modern reception area.
Want more depth? Deep Reverse