Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

jeeeem/mcdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internal Content Tracker

Guide:

https://www.rialtomarketing.com/push-messages-101-everything-you-need-to-know-about-using-push-messages-to-grow-your-small-business/

Environment Variables

DB_HOST
DB_DATABASE
DB_USER
DB_PASS
DB_PORT
JWT_SECRET

File Directory Structure

.
├── public
└── src
    ├── database
    ├── middleware
    └── models
    ├── routers
    ├── sass
    └── templates
        └── layouts
        └── partials
        └── views

Features

  • User Management
  • Messages Tracker
    • Pending/Scheduled Messages
    • Sent Messages

Database Schema

User

  • Name of sender
  • Recipient

Message Content

  • Title
  • Message
  • Datetime (for when it is scheduled to send)

Questions

  1. Maximum character for push messages/notifications?
  • 4 lines or 178 characters

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published