Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 702 Bytes

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