Skip to content

ManuelVenturaNeto/Pets_backend

Repository files navigation

API PETS Backend

Description

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..

Running the Application

Instalação

  1. Clone o repositorio do github:
  https://github.com/ManuelVenturaNeto/Pets_backend.git
  1. Entre na parta:
  CD Pets_backend
  1. Crie o docker-compose:
  docker-compose -f docker-compose.yml up --build
  1. Popule a tabela de espécies
  docker-compose exec docker-python python -m populate.species

Conxão com DBeaver

  1. conecte-se com MySQL com os seguintes parametros:

Servidor: localhost

Porta: 3307

Nome de usuário: root

Senha: manuel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages