docs/code-samples/eventing/bookstore-sample-app/start
dependabot[bot] 741fcd33f0
Bump next in /code-samples/eventing/bookstore-sample-app/start/frontend (#6276)
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>
2025-06-10 15:12:45 +00:00
..
db-service Updated the links in Bookstore Sample App (#6225) 2025-02-12 17:52:51 +00:00
frontend Bump next in /code-samples/eventing/bookstore-sample-app/start/frontend (#6276) 2025-06-10 15:12:45 +00:00
node-server Bump path-to-regexp and express (#6174) 2025-01-20 23:14:08 +00:00
slack-sink Updated the links in Bookstore Sample App (#6225) 2025-02-12 17:52:51 +00:00
README.md Updated the links in Bookstore Sample App (#6225) 2025-02-12 17:52:51 +00:00
setup.sh fix broken links + allow script to be run in any directory (#6222) 2025-02-12 17:24:51 +00:00

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 comments
  • frontend/: User interface for the bookstore application built with Next.js
  • node-server/: Node.js server for handling backend operations
  • sequence/: Knative Sequence setup for orchestrating workflows
  • slack-sink/: Integration with Slack for notifications with Apache Camel
  • setup.sh: Script for setting up the required services including installing Knative, frontend, and backend node-server

Getting Started

  1. Familiarize yourself with the directory structure above.
  2. Each subdirectory contains starter code and placeholders for the services you'll be building.
  3. Follow the Knative Bookstore Tutorial for step-by-step instructions on how to implement each component.
  4. 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.