Full-Stack Web Application
TixCore Event Booking System
A dependency-light event ticketing platform that gives admins full venue/event management and users a seamless booking flow, without requiring an external database server.
- ✓Modular System Architecture: a 6-module MVC system (Users, Admins, Venues, Events, Bookings, Reviews), each with full CRUD.
- ✓Custom Persistence Layer: a lightweight, pipe-delimited flat-file data store as a drop-in database replacement.
- ✓Deployment-Ready Packaging: portable runnable JAR via Maven, single-command deployment with zero external dependencies.