HIMIFDA / nodestarter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js starter

  • node.js v4.2.3
  • express 4.13.3
  • express-myconnection
  • express-session
  • ejs
  • bcrypt-nodejs
  • body-parser
  • connect-flash
  • cookie-parser
  • morgan
  • multer
  • mysql
  • passport
  • passport-local

Installation

npm install

Configuration Database

	//app.js
    host: 'localhost',
    user: 'root',
    password : '',
    database:'nodejscrud'	

Start HTTP Server

	node app.js 

License

This repository is licensed under the MIT license

(Import nodejscrud.sql on your DB.)

About


Languages

Language:JavaScript 100.0%