Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 355 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 355 Bytes

node-sequelize-examples

Learning Sequelize.js(v5) ORM by examples

Environment variables

Put environment variables into .env file.

For local:

POSTGRES_HOST=127.0.0.1
POSTGRES_USER=testuser
POSTGRES_PASSWORD=testpass
POSTGRES_DB=node-sequelize-examples
POSTGRES_PORT=5430

Or using a SaaS: https://customer.elephantsql.com/instance