Skip to content

Mershab99/git-repo-stats

Repository files navigation

Git Repo Stats API

A backend service that fetches Git commit history and metadata across all branches. Designed for showcasing portfolio work in Go (Echo + OpenAPI).

Overview

This server was generated by the [openapi-generator] (https://openapi-generator.tech) project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

To see how to make this your own, look here:

README

  • API version: 1.0.0
  • Build date: 2025-05-26T11:15:41.187489-04:00[America/Toronto]

Running the server

To run the server, follow these simple steps:

go mod download
go build -o app

To run the server in a docker container

docker build --network=host -t openapi .

Once the image is built, just run

docker run --rm -it openapi

Known Issue

TBA

About

Simple API to collect and stats of a Git repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages