Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 578 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 578 Bytes

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.