Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Api recruiment #53

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

alejolesor
Copy link

@alejolesor alejolesor commented Apr 25, 2023

Candidate Architecture (Clean Architecture and DDD)

image

The application was configured in docker containers to have easy access to its use and deployment.

container: postgres_image (database)
container: sat.recruitment.api (api)

To run the application you can follow the following steps:

  1. In the root of the project execute the following commands:

    a) docker-compose build
    b) docker-compose up -d

image

TEST on Swagger
http://localhost:65492/swagger/index.html

image

Test with Postman :

  1. I attach two JSON files, the first with the configuration of the local environment and docker with the ports configured, and the other with the endpoints to make the corresponding requests.
    collection.zip

EX:

image

image

image

@alejolesor alejolesor changed the title test Refactor Api recruiment Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant