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
andTEST_DATABASE_URL
= respectively. npm install
- npm run dev
- Keep working 🔥
mnemosdev/sequelize-with-postgres-tutorial
A demo project for an article on Sequelize and Postgres
JavaScript