# egg-mongoose-example **Repository Path**: fbmm/egg-mongoose-example ## Basic Information - **Project Name**: egg-mongoose-example - **Description**: egg.js + mongoose 实现 mongodb 增删改查 demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # egg-mongoose-example egg.js + mongoose 实现 mongodb 增删改查 demo ## start ``` npm i npm run dev [本地访问](http://127.0.0.1:7001) ``` ## 测试路由 ``` [插入数据测试](http://127.0.0.1:7001/insert) [查询数据测试](http://127.0.0.1:7001/find) [更新数据测试](http://127.0.0.1:7001/update) [删除数据测试](http://127.0.0.1:7001/delete) ```