A backend service that helps you discover the best activities based on weather conditions and location. The app fetches real-time weather data and suggests activities like skiing, surfing, hiking, or ...
graph_ql/ ├── src/ │ ├── schema.graphql # GraphQL schema definition │ ├── schema.js # Schema loader │ ├── handler.js # GraphQL handler configuration │ ├── server.js # HTTP server setup │ ├── mocks/ │ ...