Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-cha/golb


https://github.com/r-cha/golb

blog go webapp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Golb

[![Go](https://github.com/r-cha/golb/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/r-cha/golb/actions/workflows/go.yml)

An extremely simple (barely POC) blog backend written in Go.

## Running Locally

Something like

```sh
go run main.go
```

## Testing

```sh
go test ./tests
```