Aryang08/ILP — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a full stack Servease web app where people can log in and see the right dashboard based on their role. There should be separate experiences for admin, customer, supervisor, and technician, with protected pages so users can’t open screens they’re not allowed to use.

Use an Angular frontend with a clean responsive layout, login and logout, session handling, navigation, profile pages, and simple dashboard cards or tables. Use a Java Spring Boot backend with REST APIs, secure authentication, role based access, user registration, user management, and database storage. Admins should be able to manage users and roles, while the other roles should have their own dashboard areas and basic profile handling.

Please wire the frontend to the backend properly, include route guards, API error handling, and session validation. Make it easy to run locally with clear setup steps for the frontend, backend, and database. Look up current docs online if you need to.

Want more depth? Deep Reverse