A web-hosting control panel written in Go.
Find a file
2017-10-17 14:59:41 -05:00
CODE_OF_CONDUCT.md init CONDUCT 2017-10-17 14:59:41 -05:00
CONTRIBUTING.md added contributing and readme init 2017-10-16 16:45:22 -05:00
LICENSE init LICENSE 2017-10-17 14:57:45 -05:00
main init 2017-10-16 16:43:18 -05:00
main.go 1-line fileserver 2017-10-17 14:34:46 -05:00
README.md readme mistake 2017-10-17 14:39:28 -05:00
test.html init 2017-10-16 16:43:18 -05:00

gPanel

A web-hosting control panel written in Go.

Stack

Backend: Go Frontend: ?

Deployment

# Clone the Repo
git clone https://github.com/Ennovar/gPanel.git

# Navigate to the directory
cd gPanel

# Start the web-hosting server
go run main.go