GitHunt
SA

SarahRadford/onse-customer-service

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

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

Languages

Python90.8%Gherkin4.7%Mako2.3%Dockerfile1.3%Shell0.9%

Contributors

Created March 13, 2019
Updated March 14, 2019