项目作者: jwill9999

项目描述 :
Basic crud blog includes Mongodb
高级语言: JavaScript
项目地址: git://github.com/jwill9999/crud_blog.git
创建时间: 2017-02-20T20:04:43Z
项目社区:https://github.com/jwill9999/crud_blog

开源协议:

下载


Basic CRUD Blog using Jade

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.

=======

save data as json on node server then display in ejs template

This is an example of saving data jason from form on node server. I have incorporated ejs Templating.

Instructions

Install

  1. $ git clone https://github.com/escapeimagery/-crud_blog.git
  2. $ cd passport-local-express
  3. $ npm install

Start Server

  1. npm start

Open a web browser and navigate to http://localhost:3000/ to see the example in action

Links



Express : http://expressjs.com/

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