webstack go
v2.0.0
Based on Golang's open source website project, it has a complete front and backend, and you can use it to create your favorite website navigation.
v1: Use mysql and redis components, rich backend features. v2: Simplified version requires no additional components, using a lightweight SQLite database.
Function:
Run two ways 1. Source code startup service 2. Docker startup service
1. Source code operation service
go mod tidy in the directory to pull the project dependency librarygo build -o ./bin/server ./cmd/server to compile the project and generate the executable file server./bin/server -conf=config/prod.yml , the SQLite database will be generated and the table structure will be automatically created.2. Docker running service
make docker in the directory and wait for startup CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5cb641ff3950 webstack-go:v2 " ./server " 5 seconds ago Up 5 seconds 0.0.0.0:8000- > 8000/tcp webstack-gofront page

Website classification

Added a new website

Website information
