clp
clp copied to clipboard
log-viewer-webui: Add basic server implementation
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
andCLP_DB_USER
to.env
file. - Ran
npm test
.