# vote-api **Repository Path**: zj1024/vote-api ## Basic Information - **Project Name**: vote-api - **Description**: 投票系统后台Node版本 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 投票后台 --- ## 技术 > * NodeJs > * MongoDB、Redis ## 如何使用 ``` git clone https://gitee.com/zj1024/vote-api.git ``` ``` cd blog-api ``` ``` npm install ``` ```c // development npm run dev // production npm run prd ```