Skip to content

This is micro service boiler plate which has a lot of funcatality builtins You can clone and start working with just the business logic and stop worring about anything else

Notifications You must be signed in to change notification settings

merajsiddiqui/microservice-boilerplate

Repository files navigation

Microservice-Boilerplate

This microservice boiler plate is designed so that a developer can just focus on the business logic and not worry about anything else. This boilerplate has inbuild modules pre-written which can be managed from app.conf file

styled with prettier tslint

Clone or Downlowd

git clone https://github.com/merajsiddiqui/microservice-boilerplate.git {project}

Remove git refrence to attach to your repo

cd {project}
rm -rf .git

Initialize new git repo with your own repo

git init
git remote add origin git@github.com:{your_repository}.git
git add .
git commit -m "Initial commit"
git push -u origin master

Installing packages

yarn install

About

This is micro service boiler plate which has a lot of funcatality builtins You can clone and start working with just the business logic and stop worring about anything else

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published