Skip to content

sa-mw-dach/microservice-introduction-app-b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service B

Simple service with one downstream call, written in TypeScript / Deno.

Endpoints:

  • "/"
  • "/health"

Develop

Install Deno runtime (brew install deno or use package manager of choice for your OS)

deno run --allow-net --allow-env --watch main.ts

In VSCode: Cmd-Shift-P > Deno: Initialize Workspace Configuration

Unit tests

deno test

Container image

Use provided Dockerfile to create a container image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published