A minimalistic blogging platform built with Go.
Simple Go Blog is a lightweight blogging platform designed for simplicity and ease of use. It allows users to create, edit, and view blog posts conveniently through a web interface.
- Create and publish blog posts
- Edit existing blog posts
- View published blog posts
:- Working on more
To install and run Simple Go Blog on your local machine, follow these steps:
# Clone the repository
git clone https://github.com/VanshGoyal000/Blog-Golang.git
# Change directory to the project folder
cd simple-go-blog
# Install dependencies
go mod download