# webapi_golang **Repository Path**: tiny-calf/webapi_golang ## Basic Information - **Project Name**: webapi_golang - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Install ## Step 1 make sure you have install golang in your envorment ## Step 2 under your GOPATH: ``` git clone https://gitee.com/tiny-calf/webapi_golang.git ``` ## Step 3 * install postgres in your enviroment * change postgres host in config.toml ## Step 4 * install redis in your enviroment # Start ``` make start ``` # Test make sure you have "npm" and "node" installed, then: ``` cd tools/apitest npm install ``` and then you can use: ``` make test ``` # Docs Still needed "npm" and "node", and install apidoc generally: ``` npm i -g apidoc ``` then you can use: ``` make gen-docs ``` docs will under docs/