- Junior Gutierrez @jg2kpy
- Alejandro Cabral @alcabvaldo
- Jessica Alarcon @JessiProgram
- Guille Paiva @guillepaivag1605
- Node.js >= 18
- npm >= 9
Actualizar repositorio local
sudo apt update
Instalar Node.js y Npm
sudo apt install nodejs npm
Descargar e instalar mediante el setup .exe
Node.js: https://nodejs.org/en/download
git clone https://github.com/jg2kpy/ProjectBackend2.git
npm install
Entorno de Desarrollo:
npm run dev
Entorno de Produccion:
npm run prod
npm run front