Skip to content

Tanv33/Ngnix-Microservices-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Go to the project directory

  cd Ngnix-Microservices-example

Start the server

  docker compose up

Tech Stack

Server: Ngnix, Docker, Node and Express

Feedback

If you have any feedback, please reach out to me at tanveer.khan2692000@gmail.com

Authors

Appendix

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