This MEAN Stack Blog is an implementation of a blogging platform which employs all the technologies that comprise the JavaScript MEAN Stack. Namely, it comprises of; MongoDB, a NoSQL Database, ExpressJS, a BackEnd Web Application Framework, AngularJS, a Front End Web Application Framework and NodeJS, a Server Side Runtime Environment.
This MEAN Stack Blog App implements all the Create, Read, Update and Delete,CRUD, DB Operations using the GET,POST,PUT and DELETE HTTP Verbs. Allowing a user(blogger) undertake all the required (aforementioned) operations on the platform. It is a demonstration of the power of the (JavaScript Everywhere) MEAN Stack,in successfully implementing real life test cases.