mirror of https://github.com/knative/docs.git
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1) Updates `express` from 4.21.0 to 4.21.1 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| db-service | ||
| frontend | ||
| node-server | ||
| slack-sink | ||
| README.md | ||
| setup.sh | ||
README.md
Knative Bookstore Tutorial - Start Directory
Welcome to the starting point of the Knative Bookstore tutorial. This directory contains the initial setup and base files for building your event-driven bookstore application using Knative.
Directory Structure
Here's an overview of the components you'll be working with:
db-service/: Database service for storing book reviews and commentsfrontend/: User interface for the bookstore application built with Next.jsnode-server/: Node.js server for handling backend operationssequence/: Knative Sequence setup for orchestrating workflowsslack-sink/: Integration with Slack for notifications with Apache Camelsetup.sh: Script for setting up the required services including installing Knative, frontend, and backend node-server
Getting Started
- Familiarize yourself with the directory structure above.
- Each subdirectory contains starter code and placeholders for the services you'll be building.
- Follow the Knative Bookstore Tutorial for step-by-step instructions on how to implement each component.
- As you progress through the tutorial, you'll be adding code and configurations to these directories.
Remember, this is just the starting point. By the end of the tutorial, you'll have a fully functional event-driven bookstore application.
Need Help?
If you encounter any issues or have questions, refer to the main tutorial documentation or reach out to the Knative community for support.