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.
- 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
- 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
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