Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 388 Bytes

Micro-services boilerplate (WIP)

About

This is a boilerplate of a project structure with microservices using nginx as a reverse proxy to redirect the requests based on the /path. The client can consume from one domain (ex: domain.com/products, domain.com/sales) and the backend will handle who gets the requests

Technologies

  • Express
  • Docker
  • Nginx
  • Prisma
  • TypeScript