Skip to content

NewmanJustice/CFT_Metric

Repository files navigation

Dummy Data Generator for DORA & SPACE Metrics

This is a full stack TypeScript web app with a Vite/React frontend and a Node.js/Express backend. The app generates and displays dummy data for DORA and SPACE metrics, allows users to select which metrics to generate, and provides options to download the data as CSV or JSON. The app is runnable locally.

Getting Started

1. Install dependencies

npm install
cd backend && npm install

2. Run the backend server

cd backend
npm run dev

3. Run the frontend (in a separate terminal)

npm run dev

The frontend will be available at http://localhost:5173 and the backend at http://localhost:4000.

Linting and ESLint Configuration

This project uses ESLint for code quality. You can expand the ESLint configuration for type-aware and stylistic rules. See the comments in the config files for more details.


React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors