Skip to content

AbanoubSameh/qwik-trip-planner

Repository files navigation

Qwik Trip planner App ⚡️


Overview

This is a demo application using open-ai chat endpoint, QwikCity and Http streaming to provide a trip planning web application.

Alt Text

Development

Development mode uses Vite's development server. The dev command will server-side render (SSR) the output during development.

npm dev # or `yarn dev`

Note: you will need to create .env.local file and add OPEN_AI_API_KEY={OPEN_AI_API_KEY_TOKEN} to be able to use Open AI endpoints. create a new key using Open AI API keys

Deployment

The application is being deployed to AWS using serverles.

Deploy

npm deploy --param "OPEN_AI_API_KEY={OPEN_AI_API_KEY_TOKEN}"

Preview locally

npm serve --param "OPEN_AI_API_KEY={OPEN_AI_API_KEY_TOKEN}"

About

This is a demo application using open-ai chat endpoint, QwikCity and Http streaming to provide a trip planning web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published