Mirror

Vova Tkach 522337b7d5 TODO 6 years ago
engine 6ba6ac2cd6 Template parse error page via template engine 6 years ago
hosts ffb6c60c54 Move login page to templates 6 years ago
.gitignore fe7f554fc1 Update .gitignore 6 years ago
LICENSE 1c4c3eeaaf Initial commit 6 years ago
Makefile 07be74e92d Initial commit 6 years ago
README.md 522337b7d5 TODO 6 years ago
backend.go b7ab201030 Back-end login form/templates 6 years ago
frontend.go ac8563bb1a Fix front-end index handle 6 years ago
main.go a9c1759616 Split front/back-end 6 years ago

README.md

golang-fave

Usage of ./fave:
  -dir string
    	virtual hosts directory
  -host string
    	server host (default "0.0.0.0")
  -port int
    	server port (default 8080)

Development

make - debug, make run - run on all ips and port 8080, make build - build release for Linux, Mac OS X and Windows.

TODO:

  • json config file with login/password for cp | mysql | get/post actions?