An open API service indexing awesome lists of open source software.

https://github.com/zobkazi/api.purr.rescues

The User Pet Adoption and Rescue Platform is developed using a microservices architecture, with several main services responsible for different functionalities:
https://github.com/zobkazi/api.purr.rescues

api keycloak kong mailhog microservice monorepo pgadmin4 postgresql rabbitmq redis-stack typescript

Last synced: 5 months ago
JSON representation

The User Pet Adoption and Rescue Platform is developed using a microservices architecture, with several main services responsible for different functionalities:

Awesome Lists containing this project

README

        

# User Pet Adoption and Rescue Platform

Welcome to the User Pet Adoption and Rescue Platform project repository! This platform aims to simplify the pet adoption process by connecting users with pets available for adoption.

## Project Overview

The User Pet Adoption and Rescue Platform is developed using a microservices architecture, with several main services responsible for different functionalities:

- Authentication Service (authUser)
- User Service (User)
- Adoption Service (Adoption)
- Notification Service (Notification)
- Reporting Service (Reporting)
- API Gateway (apiGateway)

## Setup Instructions

### Prerequisites

- Docker
- Docker Compose
- RabbitMQ (optional if using RabbitMQ for asynchronous communication)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/zobkazi/PurrRescue.git
```

2. Run the Docker Compose file:

```bash
cd PurrRescue
docker-compose up
```

3. Access the Pet adoption and rescue platform at http://localhost:8081

4. Access the Pet adoption and rescue platform at http://localhost:8081

## Additional Resources

- [User Pet Adoption and Rescue Platform](https://github.com/zobkazi/PurrRescue)