Skip to content

reireias/microservice-sample-web

Repository files navigation

test

Microservice Sample Web Service

Web service for microservice sample application.

Setup

You can install dependencies with yarn.

yarn install

Run dev server

Set environments for development server.

If you don't know how to get Github Client ID, see this page.

export USER_SERVICE=http://localhost:3001
export TWEET_SERVICE=http://localhost:3002
export GITHUB_CLIENT_ID=xxxxxxxxxxx
export GITHUB_CLIENT_SECRET=xxxxxxxxxxx

Run dev server.

yarn dev

Lint files

Run lint with Eslint.

yarn lint

Run test

Run test with ava.

yarn test

About

A part of smaple microservice application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •