This is an app that uses the OpenAI API and the Amadeus flight inspiration API to chat with users and suggest flight destinations based on their departure city.
To run this app, you need:
- An OpenAI account and API key
- An Amadeus account
- Fork and clone the repository
npm install
dependencies- Rename
.env.sample
to.env
and enter your credentials for the OpenAI API and the Amadeus API. - Start the frontend server using
npm run dev
- Start the backend server using
node index.cjs