Skip to main content

Posts

Showing posts from January, 2018

Writing a Blog Application with Node.js and AngularJS

In this article, we are going to build a blog application by using Node.js and AngularJS. Our system will support adding, editing, and removing articles, so there will be a control panel. The MongoDB or MySQL database will handle the storing of the information and the Express framework will be used as the site base. It will deliver the JavaScript, CSS, and the HTML to the end user, and will provide an API to access the database. We will use AngularJS to build the user interface and control the client-side logic in the administration page. Exploring AngularJS AngularJS  is an open source, client-side JavaScript framework developed by Google. It's full of features and is really well documented. It has almost become a standard framework in the development of single-page applications. The official site of AngularJS,   http://angularjs.org , provides a well-structured documentation. As the framework is widely used, there is a lot of material in the form of articles and video tutor