Giter Site home page Giter Site logo

railwayticketbooking-java_ee's Introduction

RailwayTicketBooking - Java EE

Description:

โ„–22: Railway Ticket Booking
Passenger makes a request for a ticket with a specific time and date to the destination station.
System searches for a suitable Train.
Passenger makes a choice of Train and receives a invoice for payment.
The administrator manages the list of registered passengers.

Software and tools needed to run the project
  • JDK 8
  • MySQl Server 5.6
  • Tomcat 9
  • Maven 3
Database configuration:
  • name: railway_ticket_booking
  • user: root
  • password: 3727
Application user credentials:

admin: email: [email protected] password: pass_1 user: email: [email protected] password: pass_2

Installation instructions:

1.Click "Clone or download" button, Download ZIP and unzip archive or if you have installed "git", type git clone 'link' in a command line
2.In MySQL command line type these commands:

  • set names 'utf8';
  • source 'sql file PATH'; (without brackets) WHERE sql file PATH is: src/main/resources/sqlScripts/create_db.sql
How to run application:
  • in the command line navigate to the unziped project path and type: mvn clean install
  • after that copy booking.war from the target folder to the Tomcat/webapps directory
  • run Tomcat using bat file or via services
  • navigate to the application URL - http://localhost:8080/booking
Main page UI

Main page UI

railwayticketbooking-java_ee's People

Contributors

pro-ky avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.