Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service A

Simple service with one downstream call, written in Python 3 asgi with uvicorn server.

Endpoints:

  • "/"
  • "/health"

Develop

python3 -m venv .venv  
source .venv/bin/activate  

In VSCode: Cmd-Shift-P > Select Python Interpreter > .venv/...

Install dependencies

pip install -r requirements.txt  
pip install -r requirements_dev.txt

Unit tests

python3 -m pytest

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