FollowStats
Overview of My Submission
As part of the MongoDB Atlas + Dev hackathon, I am glad to present FollowStats FollowStats enables you to be more intentional about building an audience and helps you to track your followers, subscribers from various platforms periodically. It keeps a daily track of your followers and subscribers count. You can view your growth/ decline of your followers and subscribers in an organized dashboard It also sends you a weekly overview of your audience to your email every Monday morning at 09:00.
Submission Category: Action Star
How to run the application locally
- The
realm-backend
folder contains the code for MongoDB Realm Functions. - A Sendgrid API Key is needed to be used in file https://github.com/geekysrm/follow-stats/blob/main/realm-backend/functions/sendFollowersReport.js#L66.
- The sendgrid email HTML code is here: https://github.com/geekysrm/follow-stats/blob/main/sendgrid-email-template.html
- Install all dependencies for the frontend:
npm i
- The root app is a Next.js app which can be…