Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanv33/ngnix-microservices-example


https://github.com/tanv33/ngnix-microservices-example

docker docker-images dockerfile microservices microservices-architecture microservices-demo ngnix ngnix-server nodejs nodejs-microservices reverse-proxy

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Ngnix Microservices Example

I have set up a simple microservices architecture using Nginx as a reverse proxy. Within this architecture, I have created three separate Node.js services: OMS (Order Management System), eCommerce, and Auth (Authentication). Each of these services will be containerized and run using Docker.

## Run Locally

Clone the project

```bash
git clone https://github.com/Tanv33/Ngnix-Microservices-example.git
```

Go to the project directory

```bash
cd Ngnix-Microservices-example
```

Start the server

```bash
docker compose up
```

## Tech Stack

**Server:** Ngnix, Docker, Node and Express

## Feedback

If you have any feedback, please reach out to me at [email protected]

## Authors

- [@Tanveer Khan](https://www.github.com/tanv33)

## Appendix

If you find the microservices setup helpful, please consider giving it a star ⭐. Your support and feedback are greatly appreciated!