- Jose Manuel Morales Patty
- Alex Eduardo Paca Meneses
- Sebasthian Khristian Salinas Pozzo
- Mayerli Santander Sejas
- Ignacio Ruben Villarroel Rodriguez
This is an E-Commerce built with Nestjs and Vite, this E-Commerce is part of the Software Development IV subject of the Commercial Software Engineering course at the Salesiana University of Bolivia.
To run the project you need to have installed the following programs:
- nodejs
- pnpm
- docker
To run the development environment in Linux you need to run the following commands:
pnpm install
pnpm run dev
To run the production environment in Linux you need to run the following commands:
pnpm install
pnpm run build
pnpm run start:dev
To test the project you need to run the following commands:
pnpm install
pnpm run test