/golang-blog

blog application with golang

Primary LanguageGo

Setting up the development environment

  1. Get the code. Clone this git repository:
git clone git://github.com/omkz/golang-blog.git
cd golang-blog
  1. Start the development server:
go run main.go

Setting up the development environment using Docker

  1. Install docker and docker-compose
  2. Get the code. Clone this git repository:
git clone git://github.com/omkz/golang-blog.git
cd golang-blog
  1. Run docker-compose up
  2. That's it! Navigate to localhost:8080