Skip to content

PHT-Medic/email-service

Repository files navigation

E-Mail Service 📧

main Build image

This repository contains the station ui application of the Personal Health Train.

Table of Contents

Installation

git clone https://github.com/PHT-Medic/email-service
cd email-service
npm install

Configuration

The following settings need to be added to the environment file .env in the root directory.

NODE_ENV=development
API_URL=<url>
WEB_URL=<url>
VAULT_CONNECTION_STRING=<password>@<url>/v1/

Usage

Production

# build application for production 🛠
npm run build

# run application ⚔
npm run start

Development

# serve application on the fly 🔥
npm run dev

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published