A movie/concert ticketing app prototype built using python and MySQL.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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
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