Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hashrock/teamlog
最低限の機能を持つチームブログエンジン。
https://github.com/hashrock/teamlog
Last synced: 28 days ago
JSON representation
最低限の機能を持つチームブログエンジン。
- Host: GitHub
- URL: https://github.com/hashrock/teamlog
- Owner: hashrock
- Created: 2014-06-26T09:56:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T04:48:22.000Z (about 10 years ago)
- Last Synced: 2024-11-06T15:17:30.070Z (3 months ago)
- Language: JavaScript
- Homepage: https://teamlog-sample.herokuapp.com/
- Size: 1.07 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
teamlog
=======[![Build Status](https://drone.io/github.com/hashrock/teamlog/status.png)](https://drone.io/github.com/hashrock/teamlog/latest)
最低限の機能を持つチームブログエンジン。
![screenshot](screenshot.png)
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/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