1 Star 0 Fork 41

xiao9月 / nodejs-cms

forked from 0-hun / nodejs-cms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
tianxiong 提交于 2021-03-17 18:40 . read me

基于nodejs expressjs,mongodb的简单cms

预览地址 http://127.0.0.1:3000/

目前已支持后台文章curd,用户curd,后台用户登录,简单翻页,图片、文件上传,富文本编辑器等。

Install

首先请保证mongodb已经启动 数据库配置在common/config.js

git clone https://git.oschina.net/man0sions/nodejs-cms.git && cd nodejs-cms
npm install
npm start
使用测试数据
./mongorestore -d db  path/db/

测试数据在 /common/db
前台地址:http://localhost:3000/
后台地址:http://localhost:3000/admin
默认管理员:email:admin@admin.com  passwd:admin

预览

image image image image

NodeJS
1
https://gitee.com/b00800d/nodejs-cms.git
git@gitee.com:b00800d/nodejs-cms.git
b00800d
nodejs-cms
nodejs-cms
master

搜索帮助