Demo Application
Learn to integrate the Amadeus Self-Service APIs in a simple React travel application coupled with an Express server.
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 ...