Skip to content

Instantly share code, notes, and snippets.

View yaya1426's full-sized avatar

Yahya Elaraby yaya1426

  • Senior Software Engineer
  • Anywhere
View GitHub Profile
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