Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Project Management Node sample #264

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions node/project-management-app/.gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
.gitignore

node_modules
test
10 changes: 7 additions & 3 deletions node/project-management-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ from Google Chat.
It uses [Vertex AI](https://cloud.google.com/vertex-ai) to help teams write user
stories (which represent features of a software system from the point of view of
a user for the team to develop) and persists the stories in a
[Firestore](https://firebase.google.com/docs/firestore) database.
[Firestore](https://cloud.google.com/firestore/docs) database.

## Tutorial

For detailed instructions to deploy and run this sample, follow the tutorial
[Manage projects with Google Chat, Vertex AI, and Cloud Firestore](https://developers.google.com/chat/tutorial-project-management)
For detailed instructions to deploy and run this sample, follow the
[dedicated tutorial](https://developers.google.com/chat/tutorial-project-management)
in the Google Chat developer documentation.

## Scripts

- `npm run test` : Executes all the unit tests.
Loading
Loading