Welcome to the Destinasyon repository! ✨
This is a travel destination finder app that uses AI technology to suggest the best travel destinations in the Philippines. The app is built with Next.js, React, Tailwind CSS, and powered by OpenAI and Google Places API.
To run this project, you will need to have Node.js installed on your local machine. You will also need to create an .env.local
file with the necessary API keys.
- Go to the OpenAI API website
- Sign up for an account and follow the instructions to create an API key.
- Add your API key to the
.env.local
file asOPENAI_API_KEY=your_key_here
- Go to the Google Cloud Console
- Create a new project and enable the Google Places API.
- Follow the instructions to create an API key.
- Add your API key to the
.env.local
file asGOOGLE_PLACES_API_KEY=your_key_here
- Clone this repository to your local machine
- In the project directory, run
npm install
to install the necessary dependencies. - Start the development server by running
npm run dev
- Open your browser and go to http://localhost:3000 to see the app in action.
- Run
npm run build
to build the app for production. - Start the production server by running
npm run dev
.