# opensource-intern **Repository Path**: chong_kai/opensource-intern ## Basic Information - **Project Name**: opensource-intern - **Description**: This reposiroty will provide the content of openEuler opensource intern. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 61 - **Created**: 2022-09-14 - **Last Updated**: 2023-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # prts-backend prts-backend is a REST style api using golang ## modify config ``` config.prod.json { "port": ":3000", "dsn": ":@tcp(:)/?charset=utf8mb4&parseTime=True&loc=Local", "prefork": true, "caseSensitive": false, "strictRouting": false, "serverHeader": "prts-backend powered by fiber", "appName": "prts-backend v1" } ``` ## run ``` ./cmd/docker.bat ```