Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-cha/golb
blog go webapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-cha/golb
- Owner: r-cha
- Created: 2022-05-12T06:01:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T20:45:59.000Z (over 2 years ago)
- Last Synced: 2023-03-04T03:59:09.097Z (almost 2 years ago)
- Topics: blog, go, webapp
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```