Sign inSign up

sdcplatform/comms-template-svc

By sdcplatform

•Updated over 7 years ago

API for storing communications templates for the RAS/RM system.

Image
0

10K+

sdcplatform/comms-template-svc repository overview

⁠RM Comms Template

Build Status codecov

⁠Overview

This is the RAS Comms Template micro-service.

⁠Setup

Install postgresql

brew install postgresql

Install pipenv

pip install pipenv

Use pipenv to create a virtualenv and install dependencies

pipenv install

⁠Running

Install Docker⁠

docker-compose up

To test the service is up:

curl http://localhost:8081/info

⁠Database

The database will automatically be created when starting the application.

⁠Testing

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

Tag summary

Content type

Image

Digest

Size

216.3 MB

Last updated

almost 8 years ago

docker pull sdcplatform/comms-template-svc