Integración de Datos con Next.js y Time ORM en Proyectos E-commerce

Clase 2 de 36Curso de NestJS: Persistencia de Datos con TypeORM

Resumen

Es IMPORTANTE 🚨 que para iniciar el proyecto clonen desde la rama final-step así: git clone --branch final-step https://github.com/platzi/nestjs-modular.git nestjs-typeorm

git clone --branch final-step https://github.com/platzi/nestjs-modular.git nestjs-typeorm cd nestjs-typeorm npm install git remote -v git remote rm origin git remote add origin <your-repo>
# .env, .stag.env, .prod.env DATABASE_NAME=my_db DATABASE_PORT=1000 API_KEY='4321' PORT=300
npm run start:dev