# node-lbs **Repository Path**: web3d/node-lbs ## Basic Information - **Project Name**: node-lbs - **Description**: lbs 博客系统 移植到 nodejs环境,基于egg.js框架 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://x3d.cnblogs.com/p/lbs-on-nodejs.html - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 1 - **Created**: 2018-12-28 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: blog **Tags**: None ## README # lbs@node migrated from the asp blog system `lbs` - 'v2' ## QuickStart see [egg docs][egg] for more detail. ### Development First, import the db schema & data-init file `config/lbs_db_init.sql` to your mysql db. Then, copy the config template file `config/config.default.js` to `config/config.local.js` and modify `config/config.default.js` to set your mysql db connection info. ```bash $ yarn i $ yarn run dev $ open http://localhost:7001/ ``` ### Deploy ```bash $ yarn start $ yarn stop ``` ### npm scripts - Use `yarn run lint` to check code style. - Use `yarn test` to run unit test. - Use `yarn run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. [egg]: https://eggjs.org