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
andTEST_DATABASE_URL
= respectively. npm install
- npm run dev
- Keep working 🔥