This small Django app shows a breakdown of what part of the day commits were made on a given repository hosted on Github.
It is a rough prototype built mainly to practice working with Django, Python, and Postgres. It also showcases a lightweight project management processs.
The project management documents are open source and can be accessed here.
There is also a blog article explaining how the project was managed from start to finish, which can be found on dev.to.
Front-end: https://my-repo-stats-frontend.fly.dev/
Back-end: https://my-repo-stats.fly.dev/
- Back-End Language: Python
- Back-End Web framework: Django
- Front-End: React
- Database: Postgres
- CI/CD Pipeline: Github Actions
- Hosting: Fly.io