Skip to content
forked from localhots/cmdui

Web UI for commands

Notifications You must be signed in to change notification settings

Vivino/go-cmdui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command UI

A web UI for go-api commands.

Dependencies

  • npm
  • go
  • dep

If you are using a Mac and have homebrew installed, you can run this:

brew install go # If you don't have Go installed
go get -u github.com/golang/dep/cmd/dep
brew install npm

Installation

make install

Import schema.sql into a MySQL database.

Starting

First session:

cd backend && go run main.go

Second session:

cd frontend && npm start

Releases

No releases published

Packages

No packages published

Languages

  • Go 49.4%
  • JavaScript 40.2%
  • CSS 8.1%
  • Makefile 1.8%
  • Other 0.5%