milosrs / airlines

Airlines recommender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airlines

Airlines recommender for HTEC test.

Admin user is created on application startup. Credentials are :

  • username: admin
  • password: admin

There is a file in the root, called Airlines.postman_collection.json You can import this file into your own Postman and test all the URL-s if you wish.

If not, the most important urls are here:

{
    "username" : "admin",
    "password" : "admin"
}
{
    "srcCity" : 1369,
    "dstCity" : 1360
}
{
    "paths": [
        {
            "sourceCity": "Ioannis Kapodistrias International Airport",
            "destinationCity": "Eleftherios Venizelos International Airport",
            "price": 58.4
        },
        {
            "sourceCity": "Eleftherios Venizelos International Airport",
            "destinationCity": "Ioannina Airport",
            "price": 73.94
        }
    ],
    "totalPrice": 132.34
}

About

Airlines recommender

License:GNU General Public License v3.0


Languages

Language:Java 100.0%