Skip to content

samueltefera/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Microservice Portfolio Project

Microservice Portfolio Project

Overview

This GitHub repository contains the Microservice Portfolio Project, a showcase of various microservices that demonstrate different functionalities and technologies. The project aims to demonstrate the skills and capabilities of the developer in building scalable, maintainable, and efficient microservices architecture.

Table of Contents

Technologies Used

The Microservice Portfolio Project employs the following technologies:

  • Node.js with Express for microservices implementation
  • Docker for containerization
  • Kubernetes for orchestration and deployment
  • Redis for caching
  • MongoDB for data storage
  • RabbitMQ for message queuing
  • Swagger for API documentation

Microservices

The project consists of the following microservices, each serving a specific purpose:

  1. Auth Service: Handles user authentication and authorization.
  2. User Service: Manages user data and interactions.
  3. Product Service: Handles product-related operations.
  4. Order Service: Manages orders and order processing.
  5. Email Service: Sends email notifications to users.
  6. Payment Service: Manages payment processing.

Getting Started

Prerequisites

Before running the Microservice Portfolio Project, ensure you have the following dependencies installed:

  • Node.js and npm
  • Docker
  • Kubernetes (minikube or any other Kubernetes cluster)
  • MongoDB
  • Redis
  • RabbitMQ

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/samueltefera/portfolio.git
  1. Install the dependencies for each microservice.
cd microservice-portfolio/auth-service
pip install -r requirement.txt

cd ../user-service
pip install -r requirement.txt

# Repeat for other microservices...
  1. Run each microservice locally for development.
cd src/*


cd ../user-service
pip install -r requirement.txt

# Repeat for other microservices...

Usage

To deploy the Microservice Portfolio Project to Kubernetes, follow the steps in the documentation (see Documentation). After successful deployment, you can access the individual microservices and test their functionalities.

Documentation

The detailed documentation for each microservice API can be found in the docs directory. This documentation includes information about each endpoint, expected input, and sample responses.

Contributing

Contributions to the Microservice Portfolio Project are welcome! If you have any improvements or new features to add, please follow the standard GitHub flow:

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request

License

The Microservice Portfolio Project is licensed under the MIT License.

Contact

If you have any questions or need further assistance, feel free to contact the project maintainer:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published