Account Service
Installation
pip install pipenv
pipenv install --dev
To run tests
bin/run_tests.sh
To run the service
PORT=8080 bin/start_service.sh
Part of the microservices section of the ONS Software Development Practices training
Python
pip install pipenv
pipenv install --dev
bin/run_tests.sh
PORT=8080 bin/start_service.sh