Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildCyber committed Jan 11, 2020
1 parent a809172 commit 137a4a2
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Nogichu
![avatar](./public/images/logo.png)

仿[乃木坂46中国会员站](https://www.nogizaka46-cn.com)
采用 Express 实现
移除原站点的会员支付、短信验证功能

**本项目仅供学习交流,严禁用于商业用途**

## 项目依赖
* Node.js
* MongoDB

## 安装
```shell script
npm install
```

## 数据导入
```shell script
mongoimport -d nogi -c member --drop --jsonArray < ./data/members.json
mongoimport -d nogi -c photos --drop --jsonArray < ./data/member-photo.json
```

## 运行
```shell script
node app.js

浏览器访问:
http://localhost:3000
```

## ChangeLog
### v20200111
* 初始版本
* 完成用户系统
* 麻衣様卒業おめでとう

## Todo
移除MongoDB binary存储
admin页面

## License
Licensed under The MIT License

0 comments on commit 137a4a2

Please sign in to comment.