Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 808 Bytes

File metadata and controls

14 lines (9 loc) · 808 Bytes

Build Status Coverage Status

Sequelize, PostgreSQL, Node.js tutorial

Usage

  • git clone git@github.com:nedssoft/sequelize-with-postgres-tutorial.git && cd sequelize-with-postgres-tutorial
  • cp .env.example .env
  • Create two Postgres databases one for test and the other for development and assign the values of the connection strings to DEV_DATABASE_URL and TEST_DATABASE_URL= respectively.
  • npm install
  • npm run dev
  • Keep working 🔥