{"id":27796497,"url":"https://github.com/erenelmaci/backend-starter-ts","last_synced_at":"2026-04-09T23:01:43.664Z","repository":{"id":286903204,"uuid":"962935756","full_name":"erenelmaci/backend-starter-ts","owner":"erenelmaci","description":"Node.js Backend Starter","archived":false,"fork":false,"pushed_at":"2025-05-07T20:15:42.000Z","size":24375,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T21:27:45.506Z","etag":null,"topics":["bullmq","docker-compose","jwt-authentication","k8s","mongoose","nodejs","rabbitmq","redis","rest-api","s3-bucket"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erenelmaci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-08T22:46:24.000Z","updated_at":"2025-05-07T20:15:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"12d5a7e5-7b26-41c8-8448-490421b28ab7","html_url":"https://github.com/erenelmaci/backend-starter-ts","commit_stats":null,"previous_names":["erenelmaci/backend-starter-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erenelmaci/backend-starter-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenelmaci%2Fbackend-starter-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenelmaci%2Fbackend-starter-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenelmaci%2Fbackend-starter-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenelmaci%2Fbackend-starter-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erenelmaci","download_url":"https://codeload.github.com/erenelmaci/backend-starter-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erenelmaci%2Fbackend-starter-ts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269808831,"owners_count":24478509,"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-10T02:00:08.965Z","response_time":71,"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":["bullmq","docker-compose","jwt-authentication","k8s","mongoose","nodejs","rabbitmq","redis","rest-api","s3-bucket"],"created_at":"2025-04-30T20:59:02.046Z","updated_at":"2026-04-09T23:01:43.578Z","avatar_url":"https://github.com/erenelmaci.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backend Starter Kit - User Guide\n\n## Overview\n\nThis backend starter kit provides a robust foundation for building scalable Node.js applications. It comes pre-configured with essential features and best practices, making it an ideal starting point for enterprise-level projects.\n\n## Key Features\n\n- 🔐 **Authentication System**: JWT-based authentication with Redis session management\n- 📧 **Email System**: Template-based email service with SMTP support\n- 📁 **File System**: S3 bucket integration with presigned URL support\n- 📨 **Notification System**: Real-time notifications with WebSocket support\n- 📊 **Queue Management**: Bull MQ and RabbitMQ integration for background jobs\n- 📝 **Logging System**: Comprehensive logging infrastructure\n- 📚 **API Documentation**: Swagger/OpenAPI documentation\n- 🐳 **Docker Support**: Ready-to-use Docker configuration\n\n## Quick Start\n\n### Prerequisites\n\n- Node.js (v16 or higher)\n- Docker and Docker Compose\n- MongoDB\n- Redis\n- AWS S3 (for file storage)\n\n### Installation\n\n1. **Clone the repository**\n\n```bash\ngit clone [repository-url]\ncd backend-starter-ts\n```\n\n2. **Environment Setup**\n\n```bash\n# Copy example environment file\ncp .env.example\n\n# For development\ncp .env.development\n\n# For production\ncp .env.production\n```\n\n3. **Install dependencies**\n\n```bash\nnpm install\n```\n\n4. **Start the application**\n\n```bash\n# Development mode\nnpm run start:dev\n\n# Production mode\nnpm start\n```\n\n### Docker starter\n\n```bash\n# Build and start all services\ndocker-compose up -d\n\n# View logs\ndocker-compose logs -f\n```\n\n### Kubernetes starter\n\n```bash\n# Build image\ndocker build -t backend-starter:latest .\n\n# View logs\nkubectl apply -f k8s/\n```\n\n## Project Structure\n\n```\n\n## Documentation\nFor detailed technical documentation, please refer to:\n- [Backend Development Guide](developer-guide/backend.md)\n- [DevOps Guide](developer-guide/devops.md)\n- [Frontend Integration Guide](developer-guide/frontend.md)\n\n## Environment Configuration\nThe application automatically loads the appropriate environment file based on `NODE_ENV`:\n- Development: `.env.development`\n- Production: `.env.production`\n\n## Support\nFor technical support or questions, please contact:\n- Email: info@bursayazilimevi.com\n- Website: https://bursayazilimevi.com\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenelmaci%2Fbackend-starter-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferenelmaci%2Fbackend-starter-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferenelmaci%2Fbackend-starter-ts/lists"}