Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Backend

Backend service built with Go.

Requirements

  • Go 1.25 or later

Run

go run ./cmd/api

The service listens on http://localhost:8080 by default.

curl -i http://localhost:8080/

Configuration

Configuration is provided through environment variables. See .env.example.

Checks

gofmt -l .
go mod tidy
git status --short -- go.mod go.sum
go test ./...
go test -race ./...
go vet ./...
go build -o /tmp/blog-api ./cmd/api

Continuous Integration

GitHub Actions runs the checks for every push and pull request.

About

A personal website for sharing thoughts, notes, and projects.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages