Skip to content

mpmedia/blog-it-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

blog-it-app

A blog engine/CMS built with a full Javascript stack: Angularjs, Node.js and Mongodb. It focuses on semantic content rather than WYSIWYG. Server is more a web service which provides these semantic representations (REST Like). Almost no rendering is done on the server side.

For more information, refer to documentation website

build and test

  • fork this repository, run npm install then npm start and you application should run on port 8000
  • to run the test, npm test
  • build production optimized assets, gulp build then edit the config.js file under the server folder to target the dist folder

Road map

I have many ideas to improve if I manage to find more time and/or money

  • file upload host (maybe with a third party like Amazon S3)
  • support comments
  • add authentication strategies (with OAuth providers)
  • add new themes
  • add tutorials
  • Add command line tool to ease development (it is quite trendy at the moment :) )
  • ...

About

Blog-IT app, a new generation blog-engine/CMS,

Resources

License

Stars

Watchers

Forks

Packages

No packages published