Skip to content

API de tienda virtual creada con NodeJS y NestJS con autenticación de usuario, conexión a BD Postgres mediante Prisma y pruebas unitarias en Jest.

Notifications You must be signed in to change notification settings

KevinPC98/API-Store

Repository files navigation

Nest Logo

API STORE

Generic API with the functionality of adding products to a cart and making purchases

Installation

  1. Install Yarn
  $ yarn install
  1. According the .env.example file create a new file with the same variables

Running the app in docker

  1. Create network containers
$ docker-compose up
  1. In the CLI of the container run:
$ npx prisma migrate deploy --preview-feature
  1. Generate the models
$ npx prisma generate

About

API de tienda virtual creada con NodeJS y NestJS con autenticación de usuario, conexión a BD Postgres mediante Prisma y pruebas unitarias en Jest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published