Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omkz/golang-blog
- Owner: omkz
- Created: 2019-12-09T08:00:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T16:24:07.000Z (almost 5 years ago)
- Last Synced: 2024-04-12T16:14:57.196Z (7 months ago)
- Topics: docker, docker-compose, golang, mongodb, postgresql
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`