Skip to content

Esta API implementa autenticación de usuarios mediante JWT y permite la gestión de ventas y compras de productos a través de clientes registrados. Desarrollada en NestJS, utiliza TypeScript como lenguaje principal.

Notifications You must be signed in to change notification settings

RodrigoEdgardoReyes/TEST_API

Repository files navigation

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

About

Esta API implementa autenticación de usuarios mediante JWT y permite la gestión de ventas y compras de productos a través de clientes registrados. Desarrollada en NestJS, utiliza TypeScript como lenguaje principal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages