n-blog:使用 Express 和 MongoDB 构建多用户博客系统

时间:2024-07-11 01:01:45
【文件属性】:

文件名称:n-blog:使用 Express 和 MongoDB 构建多用户博客系统

文件大小:150KB

文件格式:ZIP

更新时间:2024-07-11 01:01:45

JavaScript

博客 使用 Express 和 MongoDB 构建多用户博客系统 怎么跑 将当前目录更改为该项目并运行 $ node .\bin\www 参考 作者: nswbmw/N-blog


【文件预览】:
n-blog-master
----.gitignore(547B)
----routes()
--------tags.js(961B)
--------archive.js(544B)
--------edit.js(2KB)
--------user.js(2KB)
--------index.js(5KB)
--------remove.js(954B)
--------chat.js(663B)
----README.md(228B)
----views()
--------header.ejs(1KB)
--------user.ejs(451B)
--------edit.ejs(751B)
--------chatLogin.ejs(187B)
--------search.ejs(435B)
--------post.ejs(521B)
--------upload.ejs(358B)
--------archive.ejs(427B)
--------paging.ejs(324B)
--------article.ejs(696B)
--------reg.ejs(356B)
--------tag.ejs(436B)
--------chatroom.ejs(823B)
--------index.ejs(448B)
--------tags.ejs(149B)
--------404.ejs(196B)
--------footer.ejs(26B)
--------comment.ejs(834B)
--------error.ejs(83B)
--------login.ejs(228B)
----bin()
--------www(2KB)
----socket.js(828B)
----public()
--------javascripts()
--------stylesheets()
--------fonts()
--------images()
--------favicon.ico(66KB)
----app.js(2KB)
----package.json(527B)
----models()
--------db.js(646B)
--------user.js(1KB)
--------comment.js(2KB)
--------post.js(8KB)
----settings.js(96B)

网友评论