{"id":30454347,"url":"https://github.com/siddharth263/subscription-tracker","last_synced_at":"2026-04-18T00:05:11.840Z","repository":{"id":309421148,"uuid":"1036229996","full_name":"Siddharth263/subscription-tracker","owner":"Siddharth263","description":"A monolithic web application built with modern technologies to provide secure authentication, subscription management, email automation, and advanced app protection.","archived":false,"fork":false,"pushed_at":"2025-08-21T14:50:35.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-21T17:21:59.222Z","etag":null,"topics":["arcjet","expressjs","hostinger","javascript","jwt-authentication","monolith-architecture","nextjs14","nodemailer","redis","vps-server"],"latest_commit_sha":null,"homepage":"http://31.97.231.205/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Siddharth263.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-11T18:52:59.000Z","updated_at":"2025-08-21T14:54:23.000Z","dependencies_parsed_at":"2025-08-12T11:46:39.511Z","dependency_job_id":null,"html_url":"https://github.com/Siddharth263/subscription-tracker","commit_stats":null,"previous_names":["siddharth263/subscription-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Siddharth263/subscription-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth263%2Fsubscription-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth263%2Fsubscription-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth263%2Fsubscription-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth263%2Fsubscription-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Siddharth263","download_url":"https://codeload.github.com/Siddharth263/subscription-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Siddharth263%2Fsubscription-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271755407,"owners_count":24815398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcjet","expressjs","hostinger","javascript","jwt-authentication","monolith-architecture","nextjs14","nodemailer","redis","vps-server"],"created_at":"2025-08-23T16:01:39.763Z","updated_at":"2025-10-03T14:56:03.937Z","avatar_url":"https://github.com/Siddharth263.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Cloud Storage Platform (Monolithic)\n\nA **monolithic web application** built with modern technologies to provide secure authentication, subscription management, email automation, and advanced app protection.  \n\n---\n\n## ✨ Features\n\n- 🔒 **JWT Authentication** – User CRUD operations, authentication, and subscription management.  \n- 🛡 **Advanced Rate Limiting \u0026 Bot Protection** – Secured with [Arcjet](https://arcjet.com), protecting the entire app from malicious requests.  \n- 🗄 **Database Modeling** – MongoDB with Mongoose models \u0026 relationships for efficient data handling.  \n- ⚠️ **Global Error Handling** – Centralized input validation and middleware-driven error handling.  \n- 📝 **Logging Mechanisms** – Improved debugging \u0026 monitoring with structured logs.  \n- 📧 **Email Reminders** – Automated, smart reminders with workflows powered by [Upstash](https://upstash.com).  \n\n---\n\n## 🛠 Tech Stack\n\n- **Frontend**: Next.js  \n- **Backend**: Express.js (Monolithic Architecture)  \n- **Database**: MongoDB + Mongoose  \n- **Caching \u0026 Queue**: Redis  \n- **Email Services**: Nodemailer + Upstash workflows  \n- **Security**: Arcjet (Rate limiting \u0026 bot protection)  \n- **Infrastructure**: Hostinger VPS  \n- **Language**: JavaScript  \n\n---\n\n## ⚙️ Architecture\n\nThis project follows a **Monolithic Architecture** pattern where the frontend and backend logic are integrated.  \n\n```text\nNext.js (Frontend) → Express.js (Backend API) → MongoDB (Database)\n                                  ↓\n                              Redis (Cache)\n                                  ↓\n                      Nodemailer + Upstash (Emails)\n                                  ↓\n                             Arcjet (Security)\n```\n\n---\n\n## Quick Start\ngit clone https://github.com/yourusername/your-repo.git\n\ncd your-repo\n\nnpm install\n\nnpm run dev\n\nnpm run build \u0026\u0026 npm start\n\n---\n\n## Environment Variables\n### Server\nPORT=8080\nNODE_ENV=development\nCLIENT_ORIGIN=http://localhost:3000\n\n### MongoDB\nMONGO_URI=your_mongo_connection\n\n### Redis (Upstash)\nREDIS_URL=your_redis_url\n\n### JWT\nJWT_ACCESS_SECRET=your_access_secret\nJWT_REFRESH_SECRET=your_refresh_secret\nJWT_EXPIRES_IN=15m\nJWT_REFRESH_EXPIRES_IN=7d\n\n### Email\nEMAIL_HOST=smtp.gmail.com\nEMAIL_PORT=587\nEMAIL_USER=your_email\nEMAIL_PASS=your_password\nEMAIL_FROM=\"CloudIt \u003cno-reply@yourdomain.com\u003e\"\n\n### Arcjet\nARCJET_KEY=your_arcjet_key\n\n### Upstash Workflows\nUPSTASH_WORKFLOW_REST_URL=https://\u003cregion\u003e.workflows.upstash.io\nUPSTASH_WORKFLOW_REST_TOKEN=xxxx\n\n---\n\n# 📦 Deployment\n\n- Hosted on **Hostinger VPS** with Node.js \u0026 Nginx.  \n- Ensure **SSL (HTTPS)** setup for production security.  \n\n---\n\n## 🙏 Credits\n\nThis project was inspired and guided by this excellent video:  \n▶️ [Complete Backend Course | Build and Deploy Your First Production-Ready API](https://www.youtube.com/watch?v=rOpEN1JDaD0)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddharth263%2Fsubscription-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddharth263%2Fsubscription-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddharth263%2Fsubscription-tracker/lists"}