Skip to content

hanacatic/railway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Railway: Customer application with one admin user

This is a simple three layered application in Java that allows customer to search journeys by departure station, arrival station and details of journey and has one admin that has permission to add, delete and update trains, railway stations and journeys, all information is stored in a database, with which the application communicates.

ERD

login

User Interface

Or Home Screen consists of a form that allows user to chose a departure station, arrival station and date and time which will refer to either departure or arrival depending on the choice of arrival or departure. Search results are shown in the timetable below the form, as shown in the picture.

timetable

Admin User Interface

This Interface provides not only a detailed overview of all journeys, train and railway stations individually but options of adding, updating and deleting journeys, trains and railway stations through respective forms. In oder to access this feature, user must first login in, as shown in picture below.

Login

login

Admin Timetable

Gives full overview of all journeys in the database, and to search all journeys associated with a certain railway station. Apart from this it also permits admin user to add, edit and delete journeys and provides access to forms to do the same with trains and railway stations.

login

Train Form

login

Railway Station Form

login

Command Line Interface

This application also has a simple CLI for adding, updating and deleting trains, railway stations and journeys.

login

About

Project a part of university coursework models a railway station application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published