Skip to content

samhita-alla/github-repository-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Repository Insights

Generate real-time GitHub insights for your open-source projects and stay informed on how your project is progressing.

Star Growth

Open Issue Growth

🔥 Features

  • Retrieve daily, weekly, and monthly growth figures
  • Allows comparison of up to 5 repositories
  • Switch repository visibility on/off

🏠 Self-host

Stack

  • Vue
  • FastAPI
  • Celery
  • Redis
  • Bootstrap

Prerequisites

Setup

  • Clone this repository
  • nvm install 16
  • Frontend: cd frontend && npm install && npm run serve
  • The frontend server will be served at http://localhost:8080
  • Install requirements: cd backend && pip install -r requirements.txt
  • Backend: cd backend && uvicorn main:app --reload
  • The backend server will be served at http://localhost:8000
  • Background task: cd backend && celery --app background_tasks.celery worker --loglevel=info -c 1

About

Retrieve growth charts for your GitHub-hosted projects at any desired frequency (e.g. daily, weekly, monthly).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published