A client-server application built with Ktor that shows the git log of a git repository.
Clone the repository with the command below:
git clone https://github.com/cybercoder-naj/gitlog.gitGo to the project's root directory:
cd gitlogRun the gradle command.
./gradlew run --args='/path/to/git/repo'For this program, it must be assumed that the path provided is a valid directory with .git/ as a sub-directory.