Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omkz/golang-blog

blog application with golang
https://github.com/omkz/golang-blog

docker docker-compose golang mongodb postgresql

Last synced: 14 days ago
JSON representation

blog application with golang

Awesome Lists containing this project

README

        

### Setting up the development environment

1. Get the code. Clone this git repository:

```bash
git clone git://github.com/omkz/golang-blog.git
cd golang-blog
```

2. Start the development server:

```bash
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:

```bash
git clone git://github.com/omkz/golang-blog.git
cd golang-blog
```
3. Run `docker-compose up`
4. That's it! Navigate to `localhost:8080`