docs/code-samples/eventing/bookstore-sample-app/start
dependabot[bot] f676bc3d96
Bump cookie and express (#6144)
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>
2024-10-22 06:31:59 +00:00
..
db-service Sample App Tutorial Page Compilation (#6007) 2024-06-26 07:42:43 +00:00
frontend Bump next in /code-samples/eventing/bookstore-sample-app/start/frontend (#6133) 2024-10-16 06:57:22 +00:00
node-server Bump cookie and express (#6144) 2024-10-22 06:31:59 +00:00
slack-sink Sample App Tutorial Page Compilation (#6007) 2024-06-26 07:42:43 +00:00
README.md Add the readme for sample app codes, and update the code-sample page (#6059) 2024-07-19 16:44:01 +00:00
setup.sh Sample App code finalization (#6011) 2024-06-27 07:10:10 +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.