Git Product home page Git Product logo

teamlog's Introduction

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

teamlog's People

Contributors

volpe28v avatar yazgoo avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

volpe28v

teamlog's Issues

再編集して「投稿」するとエラーが発生する

シンプルで使いやすそうだったのでインストールしてみました!

新規投稿後、編集で保存すると以下のログが出て落ちました。
こちらの環境的な問題でしょうか?

/home/xxxxxx/teamlog/node_modules/mongoose/lib/utils.js:413
        throw err;
              ^
TypeError: Object  has no method 'split'
    at Promise.<anonymous> (/home/xxxxxx/teamlog/routes/blog.js:129:22)
    at Promise.<anonymous> (/home/xxxxxx/teamlog/node_modules/mongoose/node_modules/mpromise/lib/promise.js:177:8)
    at Promise.EventEmitter.emit (events.js:98:17)
    at Promise.emit (/home/xxxxxx/teamlog/node_modules/mongoose/node_modules/mpromise/lib/promise.js:84:38)
    at Promise.fulfill (/home/xxxxxx/teamlog/node_modules/mongoose/node_modules/mpromise/lib/promise.js:97:20)
    at handleSave (/home/xxxxxx/teamlog/node_modules/mongoose/lib/model.js:133:13)
    at /home/xxxxxx/teamlog/node_modules/mongoose/lib/utils.js:408:16
    at /home/xxxxxx/teamlog/node_modules/mongoose/node_modules/mongodb/lib/mongodb/collection/core.js:244:7
    at /home/xxxxxx/teamlog/node_modules/mongoose/node_modules/mongodb/lib/mongodb/collection/core.js:624:7
    at Server.Base._callHandler (/home/xxxxxx/teamlog/node_modules/mongoose/node_modules/mongodb/lib/mongodb/connection/base.js:445:41)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.