This repository contains a sample application demonstrating how to integrate with ByteChef's embedded workflow builder. The application consists of a backend service for JWT token generation and a frontend Next.js application that embeds the ByteChef workflow builder.
Before you begin, ensure you have the following installed:
- Node.js (v18 or later recommended)
- npm (usually comes with Node.js)
- Git (for cloning the repository)
The project is organized into two main directories:
back-end/
: Contains the Node.js backend service for JWT token generationfront-end/
: Contains the Next.js frontend application
The backend is a Node.js application that generates JWT tokens for authentication with the ByteChef API. For setup instructions, please refer to the README.md
file inside the back-end/
directory.
The frontend is a Next.js application that embeds the ByteChef workflow builder. For setup instructions, please refer to the README.md
file inside the front-end/
directory.