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

Latest commit

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages