Skip to content

garvit811/DevPulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DevPulse MVP

DevPulse turns five raw engineering metrics into a short human-readable story and concrete next steps for developers and managers.

Run Locally

Install dependencies once:

cd backend
npm install
cd ../frontend
npm install

Start the backend:

cd backend
npm start

Start the frontend in a second terminal:

cd frontend
npm run dev

Open http://localhost:5173.

Ports

  • Backend: http://localhost:3000
  • Frontend: http://localhost:5173
  • API proxy: frontend /api/* requests are forwarded to the backend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors