Demo Application
Explore how to build a functional travel application by integrating Amadeus Self-Service APIs into a React frontend and an Express backend. This lesson guides you through creating trip recommendations and searching for flights and hotels, offering practical code walkthroughs and user interface details to develop a complete travel planning app.
We'll cover the following...
In this lesson, we see a simple travel application built using Bootstrap and Amadeus Self-Service APIs with the JavaScript-based frontend library, React. We also create a backend server using Express.js to make API calls to the Amadeus API server. This application allows 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.
Workflow
Click the "Run" button to start the application. The terminal is split into two halves. The left half shows the output from our backend server. The right half shows the logs for our frontend application.
Click the URL next to "Your app can be found at:" in ...