Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.
/ BookingApp Public archive

A Java Swing application for booking seats. Uses postgresql database.

Notifications You must be signed in to change notification settings

AbgarSim/BookingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookingApplication


This is a GUI application created by me and https://github.com/Ambalabada This application manages booking seats and holds the data using a postgresql server.

Running jar file

When you run the application you are greeted with the login page.

Here you are asked to input data for database connection:

1.Your database URL with the correct port:

For example: jdbc:postgresql://localhost:8000/bookingapp

Note: the app implies that you already have a blank database named bookingapp

2.Your database username:

For example: postgres (default username for postgresql)

3.Your database password:

For example: qwerty123

If your user credentials are valid you get to use the app!

The app has a set of buttons each representing a seat. The program has the following functional:

  1. You can book the seat.

  2. You can delete a reservation.

  3. You can easily see wich seats are booked and wich are free.

Note: The table for data managment is created automaticly.

About

A Java Swing application for booking seats. Uses postgresql database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages