• Stars
    star
    111
  • Rank 314,510 (Top 7 %)
  • Language
    JavaScript
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A demo project for an article on Sequelize and Postgres

Build Status Coverage Status

Sequelize, PostgreSQL, Node.js tutorial

Usage

  • git clone [email protected]: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 🔥