GiacomoVinchesi/eventsite — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple event organizer web app like the one described here. I want people to be able to sign up and log in either as an organizer or as an attendee.

Organizers should be able to create events with a title, description, date, and location. They should also be able to edit or delete their own events and see who registered for each one.

Attendees should be able to browse available events, register for events, cancel their registrations, and see the events they signed up for.

Please include basic permissions so attendees can’t manage events and organizers can only manage the events they created. Add clean dashboards for each user type after login. It should feel like a complete Django web app with normal pages, forms, redirects, and simple styling that’s easy to use.

If useful, add some sample users, events, and registrations so I can test everything right away. Look up current Django docs online if you need to.

Want more depth? Deep Reverse