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
DATABASE_NAME=my_db
DATABASE_PORT=1000
API_KEY='4321'
PORT=300
npm run start:dev