Travel Application in Django
Create a simple travel application using the Amadeus Self-Service APIs.
We'll cover the following...
In this lesson, we’ll use Bootstrap and Amadeus Self-Service APIs to build a simple travel application using the Python-based web framework, Django. This application will allow us to get trip recommendations, search for the cheapest flights for a given trip itinerary, and search for hotels to stay at our planned destination.
Run the application
Note: Make sure you’ve saved the
CLIENT_ID
andCLIENT_SECRET
already. ...