mirror of https://github.com/knative/docs.git
Bumps [next](https://github.com/vercel/next.js) from 14.2.26 to 15.2.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.26...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 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.