# youtubeclone-backend **Repository Path**: gujiguji77/youtubeclone-backend ## Basic Information - **Project Name**: youtubeclone-backend - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2024-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # youtubeclone-backend 学习egg ## QuickStart see [egg docs][egg] for more detail. ### Development ```bash npm i npm run dev open http://localhost:7001/ ``` # systemctl start mongod.service 启动mongodb :systemctl start mongod.service 停止mongodb :systemctl stop mongod.service 重启mongodb :systemctl restart mongod.service 查看mongodb :systemctl status mongod.service 设置mongodb开机自启动 :systemctl enable mongod.service ### Deploy ```bash npm start npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. [egg]: https://eggjs.org