Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 329 Bytes

Here is simple website backend, set up your telegram token to the .env file to send contact messages

Local run

export $(grep -v '^#' .env | xargs -0)
go run cmd/server/main.go

Docker run (docker-compose file and everything for k8s deploying is in the head repo)

docker-compose up -d --no-deps --build