Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 617 Bytes

SERVERME.md

File metadata and controls

20 lines (14 loc) · 617 Bytes

Server

Mongodb with pictures

node-js-upload-image-mongodb . upload/store images in MongoDB .

  • Project Setup: npm install
  • Run: node src/server.js

Mongodb and VScode

schema

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