Skip to content

nlw-education/nest-pg-sequelize

Repository files navigation

Firebase Cloud Functions logo

Nestjs PostgeSQL Sequelize

A new project configured to be able to use Sequelize with PostgreSQL

Steps to follow to work on this template:

  1. Clone this repository
  2. Install all dependencies yarn
  3. Make a copy of the .env.example file to .env
  4. Do a local test with local server yarn serve so you can see that everything is fine.