brilam / flyte

A webapp for finding and booking flights

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flyte

flyte is a Spring Boot (Java backend web framework) webapp used for finding flights. There is no frontend associated with flyte, and static files are served up using a templating engine called Thymeleaf.

Dependencies

All dependencies are included in the Maven pom.xml. Though, if you are interested in seeing what the dependencies are:

  • spring-boot-starter-data-jpa
  • spring-boot-starter-web
  • mariadb-java-client
  • spring-boot-starter-thymeleaf
  • bcrypt

Getting Started

  1. Build the JAR by doing:
mvn clean package
  1. Run the JAR by doing:
cd target
java -jar flyte-0.0.1-SNAPSHOT.jar
  1. Add airlines, flight information, locations, etc to the database.

  2. The webapp is ready on localhost:8080.

About

A webapp for finding and booking flights


Languages

Language:Java 67.0%Language:HTML 15.5%Language:JavaScript 12.0%Language:CSS 5.5%