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.git
Go to the project's root directory:
cd gitlog
Run 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.