Simple blog application using mongo DB
Download & install mongoDB from this official mongodb link https://www.mongodb.com/download-center?jmp=tutorials&_ga=2.245018629.1897912207.1505792824-2022789593.1505792824#community
Install MongoDB library for PHP: The preferred method of installing this library is with Composer by running the following from your project root:
$ composer require mongodb/mongodb
Download PHP MongoDB Driver for preferred PHP version : https://pecl.php.net/package/mongodb/1.2.10/windows
http://php.net/manual/en/mongodb.installation.windows.php
Now run following scripts in browser:
To add users : users_add.php To add articles : article_add.php To add pages : page_add.php
Now your application works properly. Enjoy!!!!!!!!!!!