Basic crud blog includes Mongodb
This is a basic framework using Express Framework ,Jade Templating engine, Mongoose/MongoDB Database
It contains Four routes for Articles Catagories Index Manage
Using Mongoose it uses two Schemas articles Catagories
This is a basic framework that contains Bootstrap for design. This is a template and can be used as a development tool to enable further personal styling.
=======
This is an example of saving data jason from form on node server. I have incorporated ejs Templating.
$ git clone https://github.com/escapeimagery/-crud_blog.git
$ cd passport-local-express
$ npm install
npm start
Open a web browser and navigate to http://localhost:3000/ to see the example in action
It is advisable to install Nodemon globally to allow auto browser loading on save and refresh
https://github.com/remy/nodemon follow repos instructions for further informatio