This API is designed to allow animal shelters to register themselves and then register the animals under their care. Afterward, individuals interested in adopting animals can browse the available options. The system is built as a microservice and is currently in the early stages of development.
To help with understanding the project, the "Diagramas" folder includes several diagrams, such as Entity, Class, and Use Case diagrams.
The entire project is implemented in Python, following Clean Code principles to ensure maintainability and readability..
- Clone o repositorio do github:
https://github.com/ManuelVenturaNeto/Pets_backend.git
- Entre na parta:
CD Pets_backend
- Crie o docker-compose:
docker-compose -f docker-compose.yml up --build
- Popule a tabela de espécies
docker-compose exec docker-python python -m populate.species
- conecte-se com MySQL com os seguintes parametros:
Servidor: localhost
Porta: 3307
Nome de usuário: root
Senha: manuel