Giter Club home page Giter Club logo

g-blog's Introduction

G-blog

A node.js Blog

又一个MEAN全栈开发的项目

技术细节

数据库采用MongoDB,服务端是Nodejs,服务器由Express提供,前端采用Angularjs。UI采用Google Material Design实现。

开发目的及特性

我是Wordpress多年的用户,使用过Typecho、Anchor CMS等各种博客平台,当然也用过基于Nodejs开发的Ghost,同样是基于Nodejs的静态生成Hexo也是在用的。

无论用哪家的平台,哪怕是Wordpress这种插件超级多的,都满足不了自己的需要,正好假期有时间,就自己写一个好了。

除了Angularjs使用的是1.4版本,为采用还处于测试版的2.0版本,所用的都是最新的技术,也算是学习新技术的实践吧~

实现了Markdown编辑文章,用户权限管理,基于Mailgun的邮件系统等作为一个轻量级自用博客所必须的。

求职,简历在 http://resume.lujq.me

angular-resource.js 做如下修改:

function encodeUriSegment(val) {
   return encodeUriQuery(val, true).
   replace(/%26/gi, '&').
   replace(/%3D/gi, '=').
   replace(/%2B/gi, '+').
   replace(/%2F/gi, '/');
     }

g-blog's People

Contributors

0xawm avatar

Watchers

 avatar  avatar

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.