Skip to content

mativiscusso/ecommerce-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-COMMERCE NODE JS

Plataforma para ventas online desarrollada en el entorno de trabajo de Node. E-Commerce requiere Node.js v12+ para correr.

INSTALACION

  • 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


ACCESOS USUARIO ADMIN


License

MIT

Free Software, Hell Yeah!

Mejoras Propuestas
  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published