Skip to content

terasolunaorg/atrs

Repository files navigation

Airline Ticket Reservation System (ATRS)

GitHub

Airline Ticket Reservation System (ATRS) is a sample application for developers to learn how to make applications with TERASOLUNA Server Framework for Java (5.x).

How to run the application

Install PostgreSQL

You need to create a database of PostgreSQL on a local machine. (PostgreSQL can be downloaded via here site.)

Property Value
database name atrs
user name postgres
password postgres

Insert test data

Execute the following command to initialize DB.

$ mvn sql:execute -f atrs-initdb/pom.xml

For JDK 17 , JDK 21

Build

$ mvn clean install

Run application

$ mvn cargo:run -pl atrs-web

Web access

Access the following URL.

http://localhost:8080/atrs/

About

TERASOLUNA Server Framework for Java (5.x) sample Application.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors