https://github.com/r-cha/golb
blog go webapp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-cha/golb
- Owner: r-cha
- Created: 2022-05-12T06:01:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T20:45:59.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T03:59:09.097Z (over 3 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
[](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
```