SaiDrive / Trigital

Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project logo

Nodejs Microservices

Status GitHub Issues GitHub Pull Requests License


Nodejs microservice template

πŸ“ Table of Contents

🧐 About

Nodejs Microservice template

🏁 Getting Started

git clone https://github.com/Suraj-Tiwari/nodejs-microservice-template.git
cd nodejs-microservice-template
yarn install

that's it

Prerequisites

Available commands

yarn start
yarn run dockerimage // builds docker image
yarn run dockerrun // starts docker container
yarn run compile // compile application to dist directory

🎈 Usage

git clone https://github.com/Suraj-Tiwari/nodejs-microservice-template.git
cd nodejs-microservice-template
yarn install
yarn start // default port is 4002

πŸš€ Deployment

Template has inbuilt support for docker

yarn run dockerimage

This will create a docker image

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

About

Node.js


Languages

Language:TypeScript 70.3%Language:Makefile 21.9%Language:Dockerfile 6.8%Language:Shell 1.0%