Skip to content

Part of the microservices section of the ONS Software Development Practices training

Notifications You must be signed in to change notification settings

LJBabbage/onse-customer-service

 
 

Repository files navigation

Customer Service

Returns the details of just one customer - Joe Bloggs

Installation

pip install pipenv
pipenv install --dev

To run tests

pipenv run python -m pytest

To run the service

FLASK_APP=customer_service pipenv run flask run

Commands

docker build -t customer-service .
docker run -p 8080:8080 -it customer-service

About

Part of the microservices section of the ONS Software Development Practices training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.2%
  • Gherkin 3.6%
  • Mako 2.7%
  • Dockerfile 1.5%
  • Shell 1.0%