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
git clone https://github.com/merajsiddiqui/microservice-boilerplate.git {project}
cd {project}
rm -rf .git
git init
git remote add origin [email protected]:{your_repository}.git
git add .
git commit -m "Initial commit"
git push -u origin master
yarn install