[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]
[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":
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 |