Ticketify is a desktop based ticket booking application, built with java fx and mysql.
- Tulis hal yang ingin kamu pesan
- Pilih tiket sesuai keinginan
- Bayar dan nikmati beragam kemudahan✨
- Cari event
- Pemesanan secara online
- Konfirmasi Pembayaran
Ticketify uses a number of open source projects to work properly:
- Java Fx - JavaFX is an open source, next generation client application platform for desktop, mobile and embedded systems built on Java.
- MySql - The world's most popular open source database.
And of course Ticketify itself is open source with a public repository on GitHub.
To develop this project you need JDBC and Java Fx configured
To deploy this project you need to create ticketify database
CREATE DATABASE ticketify;MIT
