This is an API for an E-commerce site. It has implemented products and users that can be stored in a database, and also an authentication and authorization system (using jsonwebtoken and predefined roles).
This project was built using the following technologies
This is an API for an E-commerce site created using NestJS framework.
To run the project you need to have installed Node.js (^16.0), Docker and a global installation of NestJS.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodJohan Carrillo - @Johan C. - LinkedIn
Project Link: https://github.com/JohanCarrillo/E-COMMERCE-API

