Code Monkey home page Code Monkey logo

pruebatecnicatalentacquisition's Introduction

V 1.0.0 Prueba técnica talent adquisition

Descripción

Creación de un Back End CRUD con comunicación Rest utilizando lo que contiene las entidades: Entidades, Personas, Clientes, Cuentas y Movimientos. El objetivo demostrar conocimientos básico en creación de bases de datos, validaciones en backend.

comandos docker

  • Digitar. "docker pull mysql".
  • Digitar. "docker compose up".
  • Digitar. "docker network connect network_talent_acquisition mysql_container".(Ejecuta docker-compose)
  • Digitar. "mvn clean install". Verificar que este compilado con el JDK 1.8 o compilarlo con Maven 3.8.6. "mvn spring-boot:run".
  • Digitar. "docker build -t back_mysql_rest_talent_acquisition:V1"(Ejecuta el archivo dockerfile)
  • Digitar. "docker run --network network_talent_acquisition -d -p 18082:8082 --name springboot back_mysql_rest_talent_acquisition:V1"
  • Esperar al menos 2 minutos antes de digitar. docker exec -it mysql_container mysql -uroot -p.
  • Ejecutar las lineas sql talentAcquisition.sql que esta en este proyecto con un sofware como workbench
  • create user 'PruebaTalentAcquisition' identified by 'DockerSecret'.
  • grant all privileges on . to 'PruebasDocker'@'%';
  • grant all privileges on . TO 'mysql_container'@'localhost';

modificación en producción

  • spring.datasource.url = jdbc:mysql://localhost:13306/PruebaTalentAcquisition

Tecnologias

  • MYSQL 8.0.
  • Gestor de dependencia Maven 3.8.6.
  • JDK 1.8
  • Spring boot 2.7.7.
  • docker 4.15.0.
  • wsdl 2 .

pruebatecnicatalentacquisition's People

Contributors

josele2015 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.