Skip to content

HIMIFDA/nodestarter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%