Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 364 Bytes

File metadata and controls

14 lines (9 loc) · 364 Bytes

KnowHOW - API

Code of API image to host knowHOW which exposes API to consumed by UI or other clients.

This is developed using Java 17 with springboot 3.x.x

Security Requirements (Mandatory)

This repository uses GitGuardian via pre-commit hooks to scans your code before every commit.

Run once after cloning:

pip install pre-commit
pre-commit install