API to send notifications using the AWS SNS service.
Before running the application, one must install all dependencies:
npm install
Also it is necessary that the root folder contains .env
file with items listed
in template.env file.
To run the service, execute:
npm start