/sequelize-with-postgres-tutorial

A demo project for an article on Sequelize and Postgres

Primary LanguageJavaScript

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 🔥