node-js-upload-image-mongodb . upload/store images in MongoDB .
- Project Setup:
npm install
- Run:
node src/server.js
user: - authority: {0: "普通用户", 1: "管理员", 2: "超级管理员"} - user._id - username - password - figure: picture._id - [notes]: note._id note: - note._id - title - content - [pictures]: picture._id picture: - picture._id