# shop5 **Repository Path**: bluenet99/shop5 ## Basic Information - **Project Name**: shop5 - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go web application | Language | Framework | Platform | -------- | -------- |--------| | Go | NA | ServiceStage Web App, CCE Cluster| This sample code helps get you started with a simple Go web application deployed by ServiceStage WebApp to a CCE Cluster. This sample includes: * README.md * License.md * Dockerfile - config file for building docker image * main.go - main source file including the main entrypoint * static - this directory contains static web page files ## Getting Started Clone your code repository and start developing your application on IDE of your choice 1. Install Go SDK and set GOROOT and GOPATH environment. See https://golang.org/doc/install for details. 2. Change to source file directory and build the application. $ go build -o main 3. Run executable binary file 'main' to start HTTP server. $ ./main & 4. Open http://{Server-IP}:8080/ in a web browser to view your application. if you want to deploy the sample code on servicestage, View your CI/CD pipeline and service stack on ServiceStage and customize it as per your needs ## License: See [LICENSE](LICENSE). ## Contributing