Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/blog-tutorial
https://github.com/iov-one/blog-tutorial
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iov-one/blog-tutorial
- Owner: iov-one
- License: other
- Created: 2019-09-04T08:51:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T00:16:17.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T22:12:54.782Z (about 2 months ago)
- Language: Go
- Size: 278 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weave Blog Tutorial
This repo demonstrates implementation of a blog application using [Weave](https://github.com/iov-one/weave).
## Documentation
Documentation of this repos is at [Weave Tutorial](https://docs.iov.one/docs/weave-tutorial/overview). You can follow the documentation while reading the code.
## Installing dependencies
### Requirements
- [golang 1.11.4+](https://golang.org/doc/install)
- [tendermint 0.31.5](https://github.com/tendermint/tendermint/tree/v0.31.5)
- [Installation](https://github.com/tendermint/tendermint/blob/master/docs/introduction/install.md)
- [weave](https://github.com/iov-one/weave)
- `go get github.com/iov-one/weave`
- [docker](https://docs.docker.com/install/)**Important**: At IOV we use [go modules](https://github.com/golang/go/wiki/Modules). You can append `export GO111MODULE=on` to `.rc` file of your favorite shell(`zsh, bash, fish, etc.`)