# paperServer **Repository Path**: chenchengcode/paper ## Basic Information - **Project Name**: paperServer - **Description**: node+express+mongoose完成的一套商城服务端代码。有登录注册,商品上传、管理。用户管理,图片上传,分类上传、管理等接口。2022届毕业设计作品。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-05 - **Last Updated**: 2022-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Express, Mongoose, MongoDB, Multer ## README # game_trade ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` node app ``` ### 最好使用进程守护运行(有较多bug可能会导致服务挂掉) ``` npm i forever -g forever start app.js ```