This is a template for a SaaS (Software as a Service) backend project built with Node.js, Express, Docker, Docker Compose, NGINX, Jenkins, Sentry, Prisma ORM, Zod, Redis, Swagger. It follows a microservices architecture with an MVC design and service-oriented principles.
- Node.js
- Express.js
- Postgresql (or your preferred database)
- Docker
- Docker Compose
- NGINX
- Jenkins
- Sentry
- Prisma ORM
- Zod
- Redis
- swagger
GET /v1/service-one/test
GET /v1/service-two/test
Clone the repository
git clone https://github.com/your-username/your-saas-backend.git
cd your-saas-backend
Docker Setup
Use Docker and Docker Compose to simplify the deployment process.
docker-compose up
For support, email [email protected]
Feel free to modify and expand upon this template based on your specific project structure and needs.