ozzyZig1994 / Twittor-with-PushNotifications

Send and receive push notifications to our customers subscribed to our application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes:

This is a small express server ready to run and serve the public folder on the web.

Remember that you must rebuild the node modules with the command

Push notifications are those pop-up messages that appear on users' devices when they visit a website, or suddenly on their cell phones. They can be used to promote a product or service, to invite subscriptions or to inform about an important event, such as a credit card statement.

Send and receive push notifications, from backend configuration to how to delete subscriptions we are no longer interested in subscriptions we are no longer interested in.

npm install

Then, to run in production

npm start

To run in development

npm run dev

About

Send and receive push notifications to our customers subscribed to our application.


Languages

Language:JavaScript 53.8%Language:CSS 27.9%Language:HTML 18.3%