Skip to content

ramonGomezEnc/BreakableToyII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BreakableToyII

Features

  • Search for flights using the Amadeus API
  • Straightforward user interface
  • Fully containerized with Docker

Prerequisites

  • Docker must be installed.
  • Obtain Amadeus API credentials (Client ID and Client Secret) from the Amadeus Developer Portal.

Getting Started

  1. Clone the Repository
git clone https://github.com/ramonGomezEnc/BreakableToyII.git
cd BreakableToyII
  1. Create the .env File Inside the backend folder, create a .env file with:
API_CLIENT_KEY=your_amadeus_api_key
API_CLIENT_SECRET=your_amadeus_api_secret

Replace your_amadeus_api_key and your_amadeus_api_secret with your actual credentials. 5. Run the Application Build and start the containers:

docker-compose up --build
  1. Access the app at:
http://localhost:8080

Usage

  1. Open your browser and go to http://localhost:8080.
  2. Fill out the flight search form and click search.
  3. Select a specific flight option if you want to find more details about it.

Troubleshooting

  • Make sure Docker is running.
  • Confirm that your .env file has the correct Amadeus credentials.
  • Known bug: The first time you search from the landing page, you may need to refresh the page—this only happens once.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages