Skip to content

Nodejs/Express boilerplate using Passport and Sequelize. Use this to kickstart your node apps.

Notifications You must be signed in to change notification settings

brudex/ExpressPassportSequelize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs - Express, Passport, Sequelize Boilerplate

Documentation

  • This is a template for developing Nodejs applications using any relational db(mysql,postgres,sqlite)
  • Works out of the box with sqlite
  • Easily modify to use either mysql or postresgsql by changing the env to use the right config or change config to the appropriate dialect
  • Signup and Login already implemented
  • Uses bcrypt for password hashing
  • Run npm install to install node modules after cloning or downloading
  • To use with mysql db install sql module npm install --save mysql
  • To use with postgres db install pgsql module npm install --save pg and pghstore npm install --save pg-hstore

About

Nodejs/Express boilerplate using Passport and Sequelize. Use this to kickstart your node apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages