adibenc / nodejs-boiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lite nodejs-boiler

Stack

  1. JS
    1. express - http://expressjs.com/
    2. sequelize - https://sequelize.org/v6/
    3. passport -
  2. DB
    1. PGSQL

cmds

npm install express

npm install --save sequelize
npm install --save pg pg-hstore # Postgres

npm install --save mysql2
npm install --save mariadb
npm install --save sqlite3
npm install --save tedious # Microsoft SQL Server

About


Languages

Language:JavaScript 97.4%Language:Pug 1.8%Language:CSS 0.7%