Plataforma para ventas online desarrollada en el entorno de trabajo de Node. E-Commerce requiere Node.js v12+ para correr.
-
Clonar repositorio desde github
https://github.com/mativiscusso/ecommerce-node.git
-
Instalar paquetes corriendo el comando
npm install
-
Renombrar el archivo
.env-copy
a.env
y cargarle las credenciales locales -
Correr el scrip de la Base de Datos ubicado en
/dump_db/ecommerce_node_.sql
importandolo en su programa con el que maneja las BD. -
Levantar el servidor y correr el comando
npm run dev
para MODO DESARROLLO
- email: [email protected]
- pass: [email protected]
License
MIT
Free Software, Hell Yeah!
- LOGIN / REGISTRO SEGURO CON JWT
- VALIDACIONES DE FORMULARIOS CARGA ENTIDADES - FRONT Y BACK
- CONFIGURACION MERCADOPAGO PARA PASARLE EL USUARIO COMPRADOR (EMAIL)
- CATEGORIA RELACION A SI MISMO Y MANEJAR CON COLUMNA PARENT_ID ( SISTEMA DE CAREGORIAS PADRES)
- CARGA MULTIMPLE IMAGENES Y VALIDACION DEL CAMPO IMAGEN
- ENVIOS POR POST DESDE EL PANEL ADMIN HACERLOS POR FETCH
- EMPAQUETAR CARPETAS Y ARCHIVOS DE VISTAS DEL PANEL ADMIN DENTRO DE UNA CARPETA ADMIN