-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
75cd1d3
commit b41e2b3
Showing
1 changed file
with
37 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Task Management System using Microservices | ||
|
||
## Overview | ||
|
||
This repository contains a microservices project configured with an API Gateway. The goal of this project is to demonstrate best practices in microservices architecture and API Gateway configuration. | ||
|
||
## Technologies Used | ||
|
||
- Java | ||
- Spring Boot | ||
- Spring Security | ||
- Spring Cloud | ||
- API Gateway (e.g., Spring Cloud Gateway, Spring Cloud Routing) | ||
- MongoDB | ||
- Microservices Architecture | ||
|
||
## Project Structure | ||
|
||
- `service-1`: User Service | ||
- `service-2`: Task Service | ||
- 'service-3': Task Submission | ||
- 'service-4': Server configuration | ||
- `api-gateway`: API Gateway module | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
- [Java](https://www.oracle.com/java/technologies/javase-downloads.html) | ||
|
||
### Running the Project Locally | ||
|
||
1. Clone the repository: | ||
|
||
```bash | ||
git clone https://github.com/yourusername/microservices-api-gateway.git | ||
cd microservices-api-gateway |