Skip to content

GPSDD/doc-executor

 
 

Repository files navigation

Node Skeleton Microservice

This repository is the node skeleton microservice to create node microservice for WRI API

  1. Getting Started

Getting Started

OS X

First, make sure that you have the API gateway running locally.

We're using Docker which, luckily for you, means that getting the application running locally should be fairly painless. First, make sure that you have Docker Compose installed on your machine.

git clone https://github.com/Vizzuality/node-skeleton
cd node-skeleton
./service.sh develop
./service.sh test
```text

You can now access the microservice through the CT gateway.

Configuration

It is necessary to define these environment variables:

  • CT_URL => Control Tower URL
  • NODE_ENV => Environment (prod, staging, dev)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 96.8%
  • Shell 2.1%
  • Dockerfile 1.1%