https://github.com/evermake/git-diff-view
INNOGLOBALHACK — "Dynamic git diff Web View" (backend)
https://github.com/evermake/git-diff-view
echo-framework git golang hackathon innoglobalhack
Last synced: 5 months ago
JSON representation
INNOGLOBALHACK — "Dynamic git diff Web View" (backend)
- Host: GitHub
- URL: https://github.com/evermake/git-diff-view
- Owner: evermake
- License: unlicense
- Archived: true
- Created: 2023-09-29T19:00:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T08:55:06.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:46:51.320Z (almost 2 years ago)
- Topics: echo-framework, git, golang, hackathon, innoglobalhack
- Language: Go
- Homepage:
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 Git-diff server
## Requirements
- Go >= 1.21.1
- Git >= 2.38
## Quick start
Make sure you have Go version at least 1.21. You can check it by running
```shell
go version
# go version go1.21.1 darwin/arm64
```
Clone the repo and start the server (on port `7777` by default with repo in the current working directory)
```shell
git clone https://github.com/evermake/git-diff-view.git
go run ./cmd/app
# Now you can connect your client 🏆
```
## Usage
```
Usage of git-diff-server:
-port string
port to listen on (default "7777")
-repo string
path to the git repository (default is the current directory)
```
## Contributors
Ordered by impact of their contribution:
1. Vadim Z. ([metafates](https://github.com/metafates))
2. Albert A. ([TatarinAlba](https://github.com/TatarinAlba))
3. Vladislav D. ([evermake](https://github.com/evermake))
4. Andrey S. ([5ur3](https://github.com/5ur3))
5. Andrey P. ([majorro](https://github.com/majorro))