okanuregen/Django---Hotel-Management-System — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a hotel management web app in Django for a small hotel. I want five user types, admin, manager, receptionist, staff, and guest, and each role should only see the pages and actions they’re supposed to have.

Guests should be able to sign up themselves, log in, view room or booking related pages, make a reservation, go through a simple payment screen that looks real but does not actually charge anything, and then get a verification code by email. Staff side should cover the basic hotel workflow, especially receptionist and manager tasks, and the admin should be able to create employee accounts and assign their roles from inside the app.

Please make the interface clean and simple, with normal web pages and forms that are easy to test. Also set up the database and starter data so there is an initial admin login I can use right away to add employees. If anything is unclear, check the docs or screenshots in the project and use that as the guide.

Want more depth? Deep Reverse