Skip to content

Blogger is a node based application to host personal blogging application. It is developed using angular 2 and express JS with MongoDB as database server.

Notifications You must be signed in to change notification settings

sumit-sinha/blogger

Repository files navigation

Blogger

Blogger is a node based application to host personal blogging application. It is developed using angular 2 and express JS with MongoDB as database server.

Features!

  • Login and create a new blog
  • Authenticated users can edit an existing blog
  • Change application settings i.e. name of blog, admin account etc

Note: Application can be fully customised by changing some parameters in "application.properties" file

Tech

  • AngularJS - HTML enhanced for web apps!
  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • Gulp - the streaming build system
  • Mongo DB - open source non-relational database

Installation

To install application you need to type below commands in a terminal shell from application's root folder

$ npm install
$ npm start

This will start a server at http://127.0.0.1:3000/

For production environments...

$ npm install
$ npm run start_prod

About

Blogger is a node based application to host personal blogging application. It is developed using angular 2 and express JS with MongoDB as database server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published