Search⌘ K
AI Features

Travel Application in Django

Explore how to develop a functional travel application using Django, Bootstrap, and Amadeus Self-Service APIs. Learn to implement flight and hotel searches, filter top results, and generate personalized trip recommendations for your travel app.

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 and CLIENT_SECRET already. ...