Skip to content

Ecommerce using NestJs, Postgres, TypeORM and TypeScript

Notifications You must be signed in to change notification settings

rody-huancas/nestjs-tesloshop

Repository files navigation

Nest Logo

STACK

  • NestJs
  • TypeScript
  • PostgreSQL
  • TypeORM

Teslo API

  1. Clonar el proyecto
  2. npm install
  3. Clonar el archivo .env.example y renombrarlo a .env
  4. Cambiar las variables de entorno
  5. Levantar la base de datos
docker-compose up -d
  1. Levantar el proyecto: npm run start:dev
  2. Ejecutar SEED (para llenar la bd)
http://localhost:3000/api/seed

About

Ecommerce using NestJs, Postgres, TypeORM and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published