This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Act as a Senior Software Engineer and build a simple Ticket Booking System backend using Express.js and SQLite. | |
| Requirements: | |
| - REST API only, no frontend | |
| - Use SQLite with automatic table creation and seed data | |
| - Support users, events, and bookings | |
| - Let users browse events and book tickets | |
| - Prevent overbooking | |
| - Calculate booking price | |
| - Allow booking cancellation and return seats back to the event |