Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 490 Bytes

Nest Logo

Teslo API

  1. Clonar proyecto
  2. yarn install
  3. Clonar el archivo .env.template y renombrarlo a .env
  4. Cambiar las variables de entorno
  5. Levantar la base de datos
docker-compose up -d
  1. Levantar: yarn start:dev

  2. Ejecutar SEED

http://localhost:3000/api/seed

Production notes: