Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iammahesh123 authored Feb 2, 2024
1 parent 75cd1d3 commit b41e2b3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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

0 comments on commit b41e2b3

Please sign in to comment.