hashrock / teamlog

最低限の機能を持つチームブログエンジン。

Home Page:https://teamlog-sample.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teamlog

Build Status

最低限の機能を持つチームブログエンジン。

screenshot

Deploy

Require

  • MongoDB
  • Nodejs 0.10+

Usage

インストール

$ git clone https://github.com/181dev/teamlog.git
$ cd teamlog
$ npm install

実行ディレクトリに.envファイルを配置します。内容は下記の通りです(ローカルのMongoDBを使う場合)

MONGODB_URL=mongodb://localhost:27017

実行

$ npm start

http://localhost:3000/を参照します。

TODO

  • 簡易ログイン機能
  • Markdown Preview

About

最低限の機能を持つチームブログエンジン。

https://teamlog-sample.herokuapp.com/


Languages

Language:JavaScript 79.5%Language:CSS 20.5%