1
0
Fork 0
GUI for cobra commands
Go to file
Gregory Eremin a2b2441264 Build linux binary with docker 2017-11-07 21:08:44 +01:00
backend Build linux binary with docker 2017-11-07 21:08:44 +01:00
frontend Sort of finish frontend refactoring 2017-11-05 14:21:06 +01:00
Makefile Build linux binary with docker 2017-11-07 21:08:44 +01:00
README.md Puberty commit 2017-10-29 23:06:41 +01:00
nginx.conf Puberty commit 2017-10-29 23:06:41 +01:00

README.md

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