Geração da migration Products
npm run typeorm migration:create -- -n CreateProductsExecutando as migrações
npm run typeorm migration:runCriação container postgres
docker run -d --name postgres -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgresIniciar container Postgres
docker start postgresCelebrate
npm add celebrate
npm add -D @types/joibcryptjs
npm install bcryptjs
npm install -D @types/bcryptjsupload images (multer)
npm install multer
npm install -D @types/multer