{"id":28488566,"url":"https://github.com/biswajit6844/subscription--tracker-api","last_synced_at":"2026-04-29T15:09:26.103Z","repository":{"id":285108419,"uuid":"957095834","full_name":"Biswajit6844/subscription--tracker-api","owner":"Biswajit6844","description":"Building a production-ready Subscription Management System with real users, real money, and real business logic. ","archived":false,"fork":false,"pushed_at":"2025-04-11T06:44:40.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T05:45:06.064Z","etag":null,"topics":["api","backend","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","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/Biswajit6844.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-03-29T14:48:18.000Z","updated_at":"2025-04-11T06:51:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"467a59e2-52f8-41dd-98a4-08fdf209c62a","html_url":"https://github.com/Biswajit6844/subscription--tracker-api","commit_stats":null,"previous_names":["biswajit6844/subscription--tracker-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Biswajit6844/subscription--tracker-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biswajit6844%2Fsubscription--tracker-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biswajit6844%2Fsubscription--tracker-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biswajit6844%2Fsubscription--tracker-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biswajit6844%2Fsubscription--tracker-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Biswajit6844","download_url":"https://codeload.github.com/Biswajit6844/subscription--tracker-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Biswajit6844%2Fsubscription--tracker-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263379056,"owners_count":23457792,"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","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":["api","backend","javascript","nodejs"],"created_at":"2025-06-08T05:35:06.032Z","updated_at":"2026-04-29T15:09:21.056Z","avatar_url":"https://github.com/Biswajit6844.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n  \u003ch3 align=\"center\"\u003eA Subscription Management System API\u003c/h3\u003e\n\n\n\n\n\n\n## \u003ca name=\"introduction\"\u003e🤖 Introduction\u003c/a\u003e\n\nBuild a **production-ready Subscription Management System API** that handles **real users, real money, and real business logic**.  \n\nAuthenticate users using JWTs, connect a database, create models and schemas, and integrate it with ORMs. Structure the architecture of your API to ensure scalability and seamless communication with the frontend.  \n\n\n\n\n## \u003ca name=\"tech-stack\"\u003e⚙️ Tech Stack\u003c/a\u003e\n\n- Node.js\n- Express.js\n- MongoDB\n\n## \u003ca name=\"features\"\u003e🔋 Features\u003c/a\u003e\n\n👉 **Advanced Rate Limiting and Bot Protection**: with Arcjet that helps you secure the whole app.\n\n👉 **Database Modeling**: Models and relationships using MongoDB \u0026 Mongoose.\n\n👉 **JWT Authentication**: User CRUD operations and subscription management.\n\n👉 **Global Error Handling**: Input validation and middleware integration.\n\n👉 **Logging Mechanisms**: For better debugging and monitoring.\n\n👉 **Email Reminders**: Automating smart email reminders with workflows using Upstash.\n\nand many more, including code architecture and reusability\n\n## \u003ca name=\"quick-start\"\u003e🤸 Quick Start\u003c/a\u003e\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [npm](https://www.npmjs.com/) (Node Package Manager)\n\n\n\n\n**Installation**\n\nInstall the project dependencies using npm:\n\n```bash\nnpm install\n```\n\n**Set Up Environment Variables**\n\nCreate a new file named `.env.local` in the root of your project and add the following content:\n\n```env\n# PORT\nPORT=5500\nSERVER_URL=\"http://localhost:5500\"\n\n# ENVIRONMENT\nNODE_ENV=development\n\n# DATABASE\nDB_URI=\n\n# JWT AUTH\nJWT_SECRET=\nJWT_EXPIRES_IN=\"1d\"\n\n# ARCJET\nARCJET_KEY=\nARCJET_ENV=\"development\"\n\n# UPSTASH\nQSTASH_URL=http://127.0.0.1:8080\nQSTASH_TOKEN=\n\n# NODEMAILER\nEMAIL_PASSWORD=\n```\n\n**Running the Project**\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:5500](http://localhost:5500) in your browser or any HTTP client to test the project.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswajit6844%2Fsubscription--tracker-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiswajit6844%2Fsubscription--tracker-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswajit6844%2Fsubscription--tracker-api/lists"}