Skip to content

This is the backend of ecommerce-HechoEnPeru using Spring Boot, Java, Swagger and Docker

Notifications You must be signed in to change notification settings

GonzaloPA23/HechoEnPeru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proyecto: Hecho en Perú

Información importante:

  • Se necesita crear la base de datos hechoenperu2 o cambiar el nombre en el application.properties (usar postgres).
  • Se necesita modificar el password en el application.properties.
  • Se necesita insertar en la tabla roles los datos ('USER', 'ADMIN'), query para copiar y pegar: INSERT INTO roles (name_role) VALUES ('ADMIN'), ('USER');
  • Se recomienda borrar todas las imagenes que se encuentran en la carpeta images.
  • Si hay problemas con alguna petición http visualizar la consola del IntelliJ.
  • Obligatorio: Registrar un usuario de tipo ADMIN directamente en la base de datos o crearlo desde postman y modificar su relación de la tabla users_roles;

About

This is the backend of ecommerce-HechoEnPeru using Spring Boot, Java, Swagger and Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published