/hackathon-starter-cn

A boilerplate for Node.js web applications(for zh-cn)(Deprecated)

Primary LanguageHTMLMIT LicenseMIT

hackathon-starter-cn

dependencies Status devDependencies Status Language License

Deprecated

copycat of sahat/hackathon-starter,抄过来改改。

Changelog:

2016/5/31

模板引擎换成 swig,比 Jade 好用多了,本地邮箱登录注册功能完成。

2016/9/17

第三方邮件发送服务可以用 Postmark 和 Sendgrid,Mailchimp 没看懂怎么用,前面两个都有 Node.js 的 API 用,可以加上,用户注册和修改密码需要发邮件,本地邮件发送用 Nodemailer,另外一个就是可以都写成 API 来用。

2016/10/9

GitHub 登录搞定了。

2016/10/23

Nodemailer 太麻烦就不搞了,就用 Postmark 和 Sendgrid 好了。第三方登录只加了 GitHub,Google 要报错,也不搞了。还有个问题就是 Node.js 用 PostgreSQL 也是可以的,要可以的话我就想给迁移过去,MongoDB 实在不好用。

截图:

0

1

2

3

4

LICENSE

The MIT License (MIT) Copyright (c) 2016 Chen Jian

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.