/nestjs-xstate-example

Illustrate some issues implementing XState in NestJS (Chatbot project)

Primary LanguageTypeScript

NestJS & XState example

Project to show some of the challenges and issues that I encountered when implementing XState in NestJS.

Do not use this as a starting point for your project ;-)

You can trigger state transitions using these end points:

Installation

You need a local redis instance to run the project on localhost:6379 (or change the details in ConfigService).

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev