mateeqazam / nodejs-microservice-base

A boilerplate for building micro-services in Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 – @mateeqazmcontact@ateeqazam.me

About

A boilerplate for building micro-services in Node.js


Languages

Language:JavaScript 100.0%