Skip to content

Rey405537/nodejsServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs搭建的简易服务器,数据库使用mongodb

app.js为服务器开启文件

config中为服务器配置信息,包含token口令、服务器开启端口、用户名和密码验证规则等

router为配置的路由表文件

middleware为配置的路由中间件和请求中间件

controller为请求处理文件

dict为静态资源文件

db文件为数据库相关模型信息

util文件为封装的工具包

upload文件中存储上传的头像和朋友圈图片

About

nodejs搭建一个简易的服务器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors