Skip to content

GoFMX/code-challenge-DevPulse-Test-Run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevPulse

DevPulse is an internal developer activity dashboard that tracks your team's work across GitHub and StackOverflow.

What It Does

  • Shows a list of configured team members
  • Displays each member's recent GitHub commits, open PRs, and StackOverflow activity
  • Provides a team summary view with aggregated stats

Tech Stack

  • Backend: ASP.NET Core 8 Web API (C#)
  • Frontend: React 18 + TypeScript (Vite)
  • APIs: GitHub REST API, StackExchange API

Getting Started

Backend

cd src/DevPulse.Api
dotnet build
dotnet run

Frontend

cd devpulse-ui
npm install
npm run dev

Tests

dotnet test

Configuration

Team members and other settings are in src/DevPulse.Api/appsettings.json.

Your Task

This application has several issues preventing it from working correctly. Your goal is to get it compiling, get the tests passing, and get the application working end to end.

Good luck!

About

Trial Run of In Person Code Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors