berubou / tcome

NodeJS&Angular4 BLOG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T-COME, 中文

new blog, present for you.

I'm not perfect, i'm sorry.

PREVIEW   API  

This is a blog based on NodeJS.
If you need a front-end, goto tcome-frontend

FEATURES

  • Support login/register/manage
  • Users can publish articles and article review
  • Article support comments
  • Canonical interface(RESTfulAPI),highly scalable
  • Search and more configuration
  • More features are under development...

DEVELOP

tips: require node-gyp,see node-gyp

* install package
$ npm install

* install sails.js
$ sudo npm install sails -g

* install grunt (if you need)
$ sudo npm install grunt -g

run:

* start
$ sails lift

make api doc:

$ npm install apidoc -g
$ npm run api

create file:

$ sails generate api <foo>

$ sails generate model <foo> [attribute1:type1, attribute2:type2 ... ]

$ sails generate controller <foo> [action1, action2, ...]

TEAM

TCOME developed by WittBulter,any question,please contact me:

Witt Bulter
Witt Bulter

About

NodeJS&Angular4 BLOG


Languages

Language:JavaScript 98.9%Language:HTML 1.1%