2018-09-07 15:16:39 +02:00
2018-09-07 15:16:39 +02:00
2018-09-07 15:16:30 +02:00
2017-11-08 00:36:59 +01:00
2017-10-29 23:06:41 +01:00
2017-10-29 23:06:41 +01:00

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
Description
GUI for cobra commands
Readme 258 KiB
Languages
Go 49.3%
JavaScript 40.2%
CSS 8.1%
Makefile 1.9%
HTML 0.4%
Other 0.1%