# ap-workshop-backend **Repository Path**: apulisplatform/ap-workshop-backend ## Basic Information - **Project Name**: ap-workshop-backend - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: v1.6.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2022-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # APWorkshop ## How to run There is a template config in this project, modifying for correct information and run by following command: ```shell ( go build -o /tmp/workshop &&chmod +x /tmp/workshop && /tmp/workshop -c {PROJECT_ROOT}/ap-workshop-backend/config_template.yaml ) ``` ## How to build image ```shell make build-image ```