You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
4 years ago | |
---|---|---|
backend | 4 years ago | |
frontend | 4 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
nginx.conf | 5 years ago |
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