A simple and secure web application for browsing events and booking tickets online. The system allows users to register, log in, view available events, select seats, and confirm bookings.
- User registration and login
- Secure authentication with hashed passwords
- Browse events and available seats
- Book tickets and view booking history
- Clean and easy-to-use interface
- Python
- Django
- HTML
- CSS
- SQLite
users/β Handles authenticationevents/β Manages events and ticket bookingtemplates/β Frontend pagesdb.sqlite3β Local database
- Clone the repository
- Navigate into the project
- Install dependencies
- Run the server
This project showcases beginner-friendly full-stack development, secure authentication, CRUD functionality, and practical use of Django.