fantonangeli commented on code in PR #2532: URL: https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1725045341
########## packages/sonataflow-mock-server/README.md: ########## @@ -0,0 +1,11 @@ +# SonataFlow Mock Server + +### Description + +The SonataFlow Mock Server provides the SonataFlow GraphQL and OpenAPI endpoints. + +### Usage + +To run the development server, use the following command: + +`pnpm start` Review Comment: @tiagobento I had to develop a mock server for SonataFlow Management Console, but because the data is the same for the whole SonataFlow family, I created a generic mock server to be used by: - serverless-logic-web-tools - serverless-workflow-dev-ui-webapp - sonataflow-deployment-webapp - sonataflow-management-console-webapp For the packages above sonataflow-mock-server is a `devDependencies`. I'm also open to suggestions for a better name like `sonataflow-dev-server` or any other. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
