Skip to content

A boilerplate for building micro-services in Node.js

Notifications You must be signed in to change notification settings

mateeqazam/nodejs-microservice-base

Repository files navigation

Node.js Microservices Base

This is a starter project for developing micro-services in Node.js using ES9. I tried to keep the folder structure simple so that any beginner could understand and start working on it.

Getting Started

Clone the repo and make it yours

git clone https://github.com/mateeqazam/nodejs-microservice-base.git
cd nodejs-microservice-base

Install dependencies

yarn

Running Locally

yarn dev

Running in Production

yarn serve

License

This project is licensed under the MIT License

Meta

Muhammad Ateeq Azam – @mateeqazm[email protected]