Introduction
Build a full-stack app with Gemini
()
1. Project Planning and Setup
Project plan
()
Walking through the seed project
()
Setting up the back end
()
2. Travel Destinations Search
Feature description and plan
()
Creating the travel suggestions generation endpoint
()
User interface implementation
()
Testing and fine-tuning
()
3. Landmark Image-Based Travel Suggestions
Feature description and plan
()
Implementing the image prompt endpoint
()
Implementing the image search feature
()
Testing the feature
()
4. Travel Weather Feature
Feature description and plan
()
Creating the function calling method
()
Creating the weather query endpoint
()
Integrating the weather feature
()
Testing the weather feature
()
5. Gemini Optimizations
Structured outputs over JSON parsing
()
Adding safety checks
()
Saving costs with media resolution
()