@xanthous/rasa-action-server
v0.4.0
Published
Rasa TypeScript Action Server
Downloads
3
Keywords
Readme
Rasa TypeScript Action Server
Description
This is a Rasa action server built with Nest framework.
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov