/flights-monitoring

Application for monitoring flight cost based on Skyscanner API. Application deployed on Heroku and application API can be tested on Swagger UI

Primary LanguageJavaApache License 2.0Apache-2.0

Flights monitoring application

App for monitoring flights cost based on SkyScanner api.

How to run

git clone https://github.com/romankh3/flights-monitoring
cd flights-monitoring
./mvnw spring-boot:run

Used technologies

  • Spring boot stack with next starters:
    • actuator
    • web
    • jpa
    • mail
    • devtools
    • test
  • Swagger and Swagger UI
  • lombok
  • unirest
  • H2 in memory database
  • Skyscanner Flight API Client