https://github.com/betterstack-community/go-blog
https://github.com/betterstack-community/go-blog
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/go-blog
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-08-12T11:57:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:25:33.000Z (over 1 year ago)
- Last Synced: 2025-01-13T21:44:37.903Z (over 1 year ago)
- Language: Go
- Size: 142 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog App
A Blogging App built with Go and PostgreSQL. See the
[final branch](https://github.com/betterstack-community/go-blog/tree/final) for
the updated code with Docker configuration.
**Tutorial**:
[Dockerizing Go Applications: A Step-by-Step Guide](https://betterstack.com/community/guides/scaling-go/dockerize-golang/)

## 🟢 Prerequisites
- Prior Go development experience.
- Familiarity with the Linux command-line.
- Access to a Linux machine with
[Docker Engine](https://docs.docker.com/engine/install/) installed.
## Getting started
Find the set up instructions in
[step 1 of the article](https://betterstack.com/community/guides/scaling-go/dockerize-golang/#step-1-setting-up-the-demo-project).