EventBite

EventBite Used AI

2 devlogs
14h 16m
Created by Kartikey

A movie/concert ticketing app prototype built using python and MySQL.

Timeline

Ship 1

0 payouts of shell 0 shells

Kartikey

14 days ago

Kartikey Covers 2 devlogs and 14h 16m

Started with tthe GUI (yeah that too in python ).
Learned Flet ( a flutter wrapper).
Started with the seat selection system , with custom shaped grid for the venues

Update attachment

Created the MYSQL databases for the app
Using 3 tables to manage the booked seat for a single event
Venues: stores the Initial no and type of seats pf all venues
Events: Stores the info like venue, occupied seats, time etc. about each event
Users: stores the login creds for all the users (i know not secure) and the booked tickets for each user

Update attachment