This mock server provides the same API as the real backend. It is powered by the NestJS framework.
All http requests are logged thanks to the pino-http library.
There is no need to have XES local file when using the mock server: it returns arbitrary data.
Notes: the following APIs are available, but they need to be improved to allow a correct display in the frontend:
This mock server provides the same API as the real backend. It is powered by the
NestJS
framework. All http requests are logged thanks to thepino-http
library. There is no need to have XES local file when using the mock server: it returns arbitrary data.Notes: the following APIs are available, but they need to be improved to allow a correct display in the frontend:
closes #18
Screenshots
Notes
NestJS: https://nestjs.com/ source inspiration for the pino configuration: https://getpino.io/#/ and https://www.tomray.dev/nestjs-logging
Improvements that could follow
20
21
22
23