Skip to content

Hyperstore/vulcain-template-microservice

 
 

Repository files navigation

Default micro-service template to use with vulcain framework

Prerequisites

  • node 6.0 see this link to install node on your machine.
  • docker version > 1.12. See this link to install docker.
  • vulcain-cli is not mandatory but can help you to start easily whith vulcain. Install it whith
npm install vulcain-cli -g

Creating a simple microservice

Option 1

After installing vulcain-cli, run vulcain init my-service.

Option 2

Clone the starter template from github with

git clone https://github.com/vulcainjs/vulcain-template-microservice.git my-service

and replace all '<%= project.fullName %>' project occurences with my-service and '<%=project.namespace%>' by my-domain in startup.ts.

About

Default micro-service project template to use with vulcain framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.1%
  • JavaScript 22.0%
  • Shell 11.9%