Generate real-time GitHub insights for your open-source projects and stay informed on how your project is progressing.
- Retrieve daily, weekly, and monthly growth figures
- Allows comparison of up to 5 repositories
- Switch repository visibility on/off
- Vue
- FastAPI
- Celery
- Redis
- Bootstrap
- 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