Skip to content

chartyom/service-notifications-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Notifications Golang

example microservice

Start programm

go run main.go

Flags

--environment=production, development, local

Example

go run main.go --environment=production

Start programm with watch

nodemon ./main.go


Database

notifications

  • emailTemplates
    • _id
    • name
    • description
    • subject
      • ru
      • en
      • ...
    • message
      • ru
      • en
      • ...
    • updateAt
    • createdAt
  • pushTemplates
    • _id
    • name
    • description
    • title
      • ru
      • en
      • ...
    • message
      • ru
      • en
      • ...
    • updateAt
    • createdAt
  • smsTemplates
    • _id
    • name
    • description
    • message
      • ru
      • en
      • ...
    • updateAt
    • createdAt

About

📧 microservice notifications written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages