Voyagr is an AI-powered travel destination recommender and booker. Built using Angular, Express, Node.js, Tailwind, Gemini, Firebase, and Google Cloud Platform. Discover personalized travel suggestions and seamless booking experiences.
- Clone the repo
- Set up your
.envfiles (see.env.exampleinbackend/andfrontend/my-app/) - Run
npm installin bothbackend/andfrontend/my-app/ - Start the backend:
node backend/firebase.js - Start the frontend:
npm start --prefix frontend/my-app - Open
http://localhost:4200
- Angular
- Express
- Node.js
- Tailwind
- Gemini API
- Firebase
- Google Cloud Platform
- Docker
- Create an account and find destinations using an LLM
- Save destinations to lists and share the lists
- Use Google Maps to find destinations near you or in a specific place
- Have destination link to Expedia or Booking.com (or similar site)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.