clp icon indicating copy to clipboard operation
clp copied to clipboard

log-viewer-webui: Add basic server implementation

Open wraymo opened this issue 8 months ago • 0 comments

Description

This PR adds a basic server implementation for log-viewer-webui.

  • It includes a DbManager to handle connections for both MySQL and MongoDB.
  • It adds routes for querying and inserting data.

Validation performed

  • Built and started the clp package, added CLP_DB_PASS and CLP_DB_USER to .env file.
  • Ran npm test.

wraymo avatar Jun 24 '24 19:06 wraymo