https://github.com/tvelu77/cloutmetrics
A web application for computing git repositories metrics such as the number of commits or the language ratio.
https://github.com/tvelu77/cloutmetrics
angular java primeflex primeng spring-boot
Last synced: 5 months ago
JSON representation
A web application for computing git repositories metrics such as the number of commits or the language ratio.
- Host: GitHub
- URL: https://github.com/tvelu77/cloutmetrics
- Owner: tvelu77
- License: mit
- Created: 2024-08-04T19:43:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T12:50:34.000Z (over 1 year ago)
- Last Synced: 2024-12-09T13:44:43.472Z (over 1 year ago)
- Topics: angular, java, primeflex, primeng, spring-boot
- Language: Java
- Homepage:
- Size: 31.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloutMetrics
A web application for computing git repositories metrics such as the number of commits or the language ratio.
## Features
- Light/dark mode toggle
- Add a git repository
- Manage a git repository (delete, rename)
- Metrics page (commits, tags)
- Sortable table
## Tech stack
**Client:** Angular, PrimeNG, PrimeFlex
**Server:** Java, Spring-Boot
## Installation
Clone the project
```bash
git clone git@github.com:tvelu77/cloutmetrics.git
```
Go to the project directory
```bash
cd cloutmetrics
```
For now, the application needs to have its backend and frontend launched at the same time.
Let's launch the backend
```bash
mvn spring-boot:run # For Linux and UNIX
mvnw spring-boot:run # For Windows
```
And now, the frontend
> Be sure, you are in the project directory
```bash
cd frontend
ng serve
```
## Contributing
Contributions are always welcome!
Please fork this project and make a pull request for any bug fixes or features.
## Authors
- [@tvelu77](https://github.com/tvelu77)