michal-kapala / cve-dashboard

Basic dashboard for CVE management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Frontend and gateway service made with T3 for a CVE dashboard application.

Tech

This is a T3 Stack project bootstrapped with create-t3-app. Tools used:

Config

Required environment variables (define in .env):

Codegen

Example of gRPC service file generation (root dir, Windows):

.\node_modules\.bin\grpc_tools_node_protoc \
--plugin=protoc-gen-ts_proto=.\node_modules\.bin\protoc-gen-ts_proto.cmd \
--ts_proto_out="<absolute output dir path>" \
--ts_proto_opt="outputServices=nice-grpc,outputServices=generic-definitions,useExactTypes=false" \
--proto_path=./src/server/api/proto \
./src/server/api/proto/auth.proto

About

Basic dashboard for CVE management


Languages

Language:TypeScript 82.4%Language:JavaScript 17.3%Language:CSS 0.2%