https://github.com/duyet/applause-btn
Applause Button
https://github.com/duyet/applause-btn
hacktoberfest kubernetes
Last synced: 10 months ago
JSON representation
Applause Button
- Host: GitHub
- URL: https://github.com/duyet/applause-btn
- Owner: duyet
- License: mit
- Created: 2020-09-03T08:11:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-24T18:28:21.000Z (10 months ago)
- Last Synced: 2025-08-24T22:48:43.522Z (10 months ago)
- Topics: hacktoberfest, kubernetes
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Applause Button
Applause button for web, blogs.
This project is rewritten version of backend of http://applause-button.com using Golang.

# Usage
Deploy Applause-btn service to your own server using one of the methods below.
For example your applause-btn service is located at https://applause.duyet.net
```html
```
# Development
Start server in local:
```
go run server.go
```
Build binary:
```
go build -o applause .
./applause
```
Testing:
```
go test
```
# Deployment
## 1. Using Docker
```
docker run -it -p 3000:3000 duyetdev/applause-btn
```
- Docker Hub: https://hub.docker.com/r/duyetdev/applause-btn
- Github Registry: https://github.com/duyet/applause-btn/packages/387980
## 2. Using Kubernetes Helm
```
helm repo add duyet https://duyet.github.io/charts
helm install applause duyet/applause-btn
```
More detail at https://github.com/duyet/charts/tree/master/applause-btn