2017 © Pedro Peláez
 

project express-blog

Simple blog engine built using ExpressJS and NodeJS for learning purpose.

image

anteknik/express-blog

Simple blog engine built using ExpressJS and NodeJS for learning purpose.

  • Friday, September 4, 2015
  • by anteknik
  • Repository
  • 2 Watchers
  • 5 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple Blog Engine

Total Downloads Latest Unstable Version License NPM Version NPM Downloads, (*1)

This repository contains a sample implementation of a simple blog engine with NodeJS and ExpressJS., (*2)

Dependencies

Before you can run a blog , make sure some things have been there :, (*3)

  1. MySQL database , with the model in accordance with the existing table in the 'data' directory.
  2. The Environment following variables are configured :, (*4)

    a. 'DB_HOST', contains hostname of the database system., (*5)

    b. 'DB_USER', contains lists of users who can access the database., (*6)

    c. 'DB_PASSWORD', contains user passwords in (b)., (*7)

    d. 'DB_BLOG', contains the name of the database that will be used., (*8)

In terms NodeJS , before installing dependency through 'npm' , first run the following command (Windows):, (*9)

$ npm install -g gulp
$ npm install -g node-gyp

for Linux and Mac users, use sudo :, (*10)

$ sudo npm install -g gulp
$ sudo npm install -g node-gyp

After the command exits, install dependency with the command :, (*11)

$ npm install

both Mac, Windows, or Linux., (*12)

Running Blog

There is only one command to run a blog, namely :, (*13)

$ gulp server

And the blog will be accessible in the http://localhost:3000/, (*14)

The Versions

04/09 2015

dev-master

9999999-dev https://github.com/anteknik/express-blog

Simple blog engine built using ExpressJS and NodeJS for learning purpose.

  Sources   Download

MIT

The Requires

  • php >=5.3.3
  • bcrypt ^0.8.3
  • body-parser ^1.12.4
  • express ^4.12.4
  • express-session ^1.11.2
  • jade ^1.10.0
  • markdown-js 0.0.3
  • mysql ^2.7.0
  • node-gyp ^2.0.1

 

The Development Requires

  • gulpjs/gulp dev-master
  • gimm/gulp-express dev-master

framework mysql jade node blog sample tutorial express-js