All Projects → WittBulter → Tcome

WittBulter / Tcome

NodeJS & Angular4 Blog

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tcome

Typecho
A PHP Blogging Platform. Simple and Powerful.
Stars: ✭ 8,417 (+13928.33%)
Mutual labels:  blog
Midu.dev
midu.dev blog 📝
Stars: ✭ 53 (-11.67%)
Mutual labels:  blog
Blog Generator
static blog generator for my blog at https://zupzup.org/
Stars: ✭ 57 (-5%)
Mutual labels:  blog
Buster
A responsive, clean card theme for the Ghost blogging platform.
Stars: ✭ 50 (-16.67%)
Mutual labels:  blog
Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-15%)
Mutual labels:  blog
Vuepress Theme Seeker
🌈 一款五彩斑斓的简约 Vuepress 主题 | A wonderful vuepress theme
Stars: ✭ 54 (-10%)
Mutual labels:  blog
Laravel Blog
基于 Laravel 5.3 的个人博客系统
Stars: ✭ 49 (-18.33%)
Mutual labels:  blog
Python sound open
语音信号处理试验教程,Python代码
Stars: ✭ 59 (-1.67%)
Mutual labels:  blog
Zjiajun.github.io
My blog. Powered by Jekyll
Stars: ✭ 52 (-13.33%)
Mutual labels:  blog
Einverne.github.io
personal blog,using jekyll-bootstrap,powered by github page
Stars: ✭ 55 (-8.33%)
Mutual labels:  blog
Paper
A gentle theme for Jekyll utilising material design.
Stars: ✭ 50 (-16.67%)
Mutual labels:  blog
Derrick
🙌 Derrick is a clean minimal and fast theme for a personal blog.
Stars: ✭ 51 (-15%)
Mutual labels:  blog
Blog
Read and Write
Stars: ✭ 54 (-10%)
Mutual labels:  blog
Blog
Too young, too simple. Sometimes, naive & stupid 🐌
Stars: ✭ 7,882 (+13036.67%)
Mutual labels:  blog
Hugo Handbook
Building static website with hugo - https://jimmysong.io/hugo-handbook
Stars: ✭ 58 (-3.33%)
Mutual labels:  blog
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+1650%)
Mutual labels:  blog
Awesome Persian Blogs
📝 لیست وبلاگ‌های فارسی‌زبان در حوزه‌های مختلف
Stars: ✭ 54 (-10%)
Mutual labels:  blog
Www.broqiang.com
个人博客,已经使用新的博客 https://github.com/broqiang/mdblog 此博客不再更新维护
Stars: ✭ 60 (+0%)
Mutual labels:  blog
Lingmissing.github.com
个人网站
Stars: ✭ 58 (-3.33%)
Mutual labels:  blog
Everblog
Evernote + Blog = EverBlog
Stars: ✭ 54 (-10%)
Mutual labels:  blog

T-COME, 中文

next blog, present for you.

I'm not perfect, i'm sorry.

PREVIEW   API  

This is a blog, based on nodejs and mongodb.
If you need a frontend, goto tcome-frontend

FEATURES

  • Support login/register/manage
  • Any users can publish articles
  • Support comments
  • Canonical interface(RESTfulAPI),highly scalable
  • Search and more configuration
  • Elegant code
  • More features are under development...

INSTALL

Use tcome-cli to install blogs, contains only server code

$ npm i tcome-cli -g
$ tcome init [blog-name]

DEVELOP

tips: require node-gyp,see node-gyp

* install package
$ npm install

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

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

run:

* if node version < 7.6.0 (npm start = node --harmony-async-await app.js)
$ npm start
* if node version >= 7.6.0
$ 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, ...]

DEMO

PREVIEW demo1 demo2

TEAM

Witt Bulter
Witt Bulter
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].