# orm-mongodb **Repository Path**: detectiveHLH/orm-mongodb ## Basic Information - **Project Name**: orm-mongodb - **Description**: 对mongodb实现了数据库映射,封装了dao层,model层和controller层 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-06-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #orm-mongodb ####首先将项目克隆到本地
git clone https://git.oschina.net/detectiveHLH/orm-mongodb.git ####然后进行依赖包的安装 cd orm-mongodb cnpm install ####运行 cnpm start