/flights

Application developed in Angular, Java 8 and Spring-boot to display flight data of different airlines.

Primary LanguageJava

[Airline Flights Challenge] Codeship Status for fabiosjc/flights

Application developed in Angular, Java 8 and Spring-boot to display flight data of different airlines.

  • it must be possible to filter the data through the search field.
  • it should be possible to view details of the selected flight

Requirements

  • Java 8 installed locally
  • Maven 3 installed locally
  • NPM

Instructions

  1. Run mvn spring-boot:run
  2. Open a new terminal and run npm i to install front-end dependencies
  3. Application address: http://localhost:8080

Demo

http://flights-challenge.herokuapp.com/

Public API

API Documentation