Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (26 loc) · 558 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 558 Bytes

Veds: Viewer for Emulated Datastore

Veds is browser-based datastore emulator viewer.

Install

go get github.com/garsue/veds

Usage

Start our viewer server.

veds localhost:8080

localhost:8080 is datastore emulator's host.

Then you can viewer with http://localhost:8090 in your web browser.

Requirements

Go 1.8.0 or later.

Features

Can not do anything!

Next

  • View entities
  • Create entites

Build

Use dep for vendoring.

dep ensure -update

Then you can build the project.