Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suelengalhardo/apirest_talent_acq
API REST para gestionar empresas, ofertas de empleo y candidaturas,
https://github.com/suelengalhardo/apirest_talent_acq
api-rest java junit lombok-maven mockito-junit-test mockmvc spring
Last synced: 9 days ago
JSON representation
API REST para gestionar empresas, ofertas de empleo y candidaturas,
- Host: GitHub
- URL: https://github.com/suelengalhardo/apirest_talent_acq
- Owner: SuelenGalhardo
- Created: 2024-08-19T12:13:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T19:04:34.000Z (3 months ago)
- Last Synced: 2024-08-27T12:05:01.193Z (3 months ago)
- Topics: api-rest, java, junit, lombok-maven, mockito-junit-test, mockmvc, spring
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiRest_Talent_Acq
API REST para gestionar empresas, ofertas de empleo y candidaturas, utilizando los principales paquetes de Spring Boot para persistencia, seguridad y autorización
Docker + PostgreSQL:
https://docs.docker.com/desktop/install/windows-install/
[version: '3.8'services:
postgres:
container_name: gestao_vagas_postgres
image: postgres
ports:
- 5432:5432
environment:
- POSTGRES_USER=admin
- POSTGRES_PASSWORD=admin
- POSTGRES_DB=talent_acq]
***docker-compose up -ddatabase para test:
https://github.com/Paxa/postbird?tab=readme-ov-file or
https://www.beekeeperstudio.io/Lombok:
https://mvnrepository.com/artifact/org.projectlombok/lombok/1.18.34
JPAData:Documentation:
Swagger es un conjunto de herramientas de software de código abierto para diseñar, construir, documentar, y utilizar servicios web RESTful:
https://swagger.io/
https://petstore.swagger.io/mvn Repository:
https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-uiGenerar TOKEN :
JWT (JSON Web Token) - https://jwt.io/