# gojango **Repository Path**: cyf_2000/gojango ## Basic Information - **Project Name**: gojango - **Description**: one golang project backend manage system based on go gin vue3 vuex vuerouter elementplus ts with django framework style - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-09-05 - **Last Updated**: 2023-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1 Install dependence go mod tidy # 2 Run Application go run main.go # 3 Build Application go build # 4 Build Docker docker build -t gojango . # 5 Run Docker docker run --name gojango -p 8000:8000 -v /config/settings.yml:/config/settings.yml -d gojango-server