Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.22 KB

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