A new project configured to be able to use Sequelize with PostgreSQL
Steps to follow to work on this template:
- Clone this repository
- Install all dependencies
yarn
- Make a copy of the
.env.example
file to.env
- Do a local test with local server
yarn serve
so you can see that everything is fine.