Healthcheck Monitoring Dashboard : Using this application we can easily monitor all the API or Service healthcheck and keep track of their status . This application will monitor preodically based on preconfigured time intervals in config file . Dashboard will show the status check mark with clour code and status code message . In case of any error we can view the Error message .
Dashboard --> (ReactJS) --> (NodeJS) --> Target API's \
"proxy": http://localhost:3838
npm install
npm run build
Runs the app [ node server.js / nodemon server.js / pm2 start server.js ]\
Open [http://localhost:3838](http://localhost:3838) to view it in the browser.
or, Direct React UI using [http://localhost:3001](http://localhost:3001)
chmod 777 start.sh
./start.sh
or,
touch .env
STATUS_SERVER_URL=http://localhost:3838
pre-commit installs git hooks configured in .pre-commit-config.yaml
Install pre-commit
and commitizen
to use
brew install commitizen
brew install pre-commit
pre-commit install
pre-commit install --hook-type commit-msg
pre-commit run --all-files
npm install -g npm-check-updates
ncu -u
npm install