API for storing communications templates for the RAS/RM system.
10K+
This is the RAS Comms Template micro-service.
Install postgresql
brew install postgresql
Install pipenv
pip install pipenv
Use pipenv to create a virtualenv and install dependencies
pipenv install
docker-compose up
To test the service is up:
curl http://localhost:8081/info
The database will automatically be created when starting the application.
Running the tests requires a running instance of the database. The easiest way to do this is run the application up and then run the tests using tox.
pipenv run tox
Content type
Image
Digest
Size
216.3 MB
Last updated
almost 8 years ago
docker pull sdcplatform/comms-template-svc