# eggjs-project **Repository Path**: sun-fuxiang/eggjs ## Basic Information - **Project Name**: eggjs-project - **Description**: No description available - **Primary Language**: JavaScript - **License**: Zlib - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-05-11 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eggproject ## QuickStart see [egg docs][egg] for more detail. ### Development ```bash $ npm i $ npm run dev $ open http://localhost:7001/ ``` ### Deploy ```bash $ npm start $ npm stop ``` ### npm scripts - Use `npm run lint` to check code style. - Use `npm test` to run unit test. - Use `npm run autod` to auto detect dependencies upgrade, see [autod](https://www.npmjs.com/package/autod) for more detail. [egg]: https://eggjs.org # 基于Eggjs实现内容管理系统 #### 介绍 大三下学期项目 #### 开发环境 1. windows #### 使用说明 1. npm run dev #### 功能 1. 登录验证,表单验证,错误判断,注册密码加密; 2. 在线咨询,辞典搜索,用户与管理员人数可视化显示; 3. 对用户信息,管理员信息CRUD操作; 4. 文章管理,检索文章,模糊查询;