paulrenenichols / mean-blogger

Blogging software written on the MEAN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

mean-blogger

Blogging software written on the MEAN stack


Purpose

Basically, I'm building something similar to WordPress or Joomla on the MEAN stack.

I'm doing this to further my understanding of the MEAN technologies, as well as others, and to get the experience of writing a full web app that uses Test Driven Development and an automated build process (using Grunt).

MEAN

mean-blogger is built upon the MEAN stack:

  • mongoDB for the database
  • express to structure the backend code
  • AngularJS to build the single-page front end app
  • nodeJS As the backend platform (the substrate upon which express is built)

About

Blogging software written on the MEAN stack

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%