FCM push notifications system is a full stack web application which main goal is to help companies to send and manage push notifications to their customer across Google Firebase Cloud Messaging Service as a middleware between the existing company application and Firebase Cloud platform.
FCM push notifications system is built with a Backend developed with Nest. A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular and Next.js a React Frontend Framework which gives you a great developer experience with great features like hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more.
$ npm install
# development
$ npm run dev
# production mode
$ npm run build
$ npm run start
- Author - Nelson Sandoval
FCM-notifications-system is MIT licensed.