-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |