Skip to content

Commit

Permalink
readme file added
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Apr 29, 2024
1 parent d6b4c1e commit e0418bd
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
# PurrRescue-API
# 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)

0 comments on commit e0418bd

Please sign in to comment.