disclosure-project

Vertex AI Studio Frontend App with Node.js Backend

This repository contains a frontend and a Node.js backend, designed to run together. The backend acts as a proxy, handling Google Cloud API calls.

This project is intended for demonstration and prototyping purposes only. It is not intended for use in a production environment.

Prerequisites

To run this application locally, you need:

Project Structure

The project is organized into two main directories:

Backend Environment Variables

The backend/.env.local file is automatically generated when you download this application. It contains essential Google Cloud environment variables pre-configured based on your project settings at the time of download.

The variables set in backend/.env.local are:

Note: These variables are automatically populated during the download process. You can modify the values in backend/.env.local if you need to change them.

Installation and Running the App

To install dependencies and run your Google Cloud Vertex AI Studio App locally, execute the following command:

```bash npm install && npm run dev