English | 简体中文
CAUTION: This program is related to VOCALOID CHINA, so the most of the documentations are written in Chinese. Sorry for inconvenience.
VC Milestone Project is part of TianDian Daily Project. We are devoted to provide an open platform for recording the time when view count of BiliBili VC-related videos have reached special numbers (100K, 1M, 10M, etc.). Anyone can add, modify, and query video view records on this platform.
Until the update of this document (November 8, 2020), this project is still in the early stages of development. Platform requirements, interaction logic, interface design, and database design have not been finalized. Major changes may occur. Please follow this project on GitHub, or join the QQ group 537793686 to contact us. Feel free to contact us for discussions and suggestions!
NodeJSv12.18.2MySQLv5.7.30
- Run
git clone https://github.com/bunnyxt/ms-backend.gitor click green buttonCode -> Download ZIPat the top right of the webpage to download program code - Run
cd ms-backendto enter program folder - Edit
.envfile and fill in the configurations,take .env配置项说明 as a reference - Run
npm installto install dependencies - Run
npm run devfor development ornpm run startfor production