Online ticketing system (final year project)
- Mohammed Hamidi | Sidahmed Abdelaoui | Abdou Ammar | Mohammed Senouci.
2021/2022
Client: Flutter
Server: Firebase
USER (uId, mail, password, name, isAdmin).
GAME (id, title, description, stadium, date, covered_place_number, covered_place_current,covered_place_price , normal_place_number, normal_place_current, covered_place_price, home_team#, away_team#).
TICKET (code, Qr_code, isValid, type, price, uId#, gameId#).
TEAM (name, img_url).
Game () --- (Watch) --- () User :
WATCH (uid#, match_id#).