{"id":21017469,"url":"https://github.com/rootz491/express-oop-boilerplate","last_synced_at":"2025-10-08T04:52:52.773Z","repository":{"id":245600313,"uuid":"818724117","full_name":"rootz491/express-oop-boilerplate","owner":"rootz491","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-19T15:13:05.000Z","size":46,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T14:06:19.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootz491.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}},"created_at":"2024-06-22T17:12:06.000Z","updated_at":"2024-06-22T21:48:42.000Z","dependencies_parsed_at":"2024-06-23T00:39:00.604Z","dependency_job_id":"8dda29f9-32b8-46d3-8ca0-870e68a57a85","html_url":"https://github.com/rootz491/express-oop-boilerplate","commit_stats":null,"previous_names":["rootz491/express-oop-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootz491%2Fexpress-oop-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootz491%2Fexpress-oop-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootz491%2Fexpress-oop-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootz491%2Fexpress-oop-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootz491","download_url":"https://codeload.github.com/rootz491/express-oop-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243447642,"owners_count":20292452,"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":[],"created_at":"2024-11-19T10:19:32.733Z","updated_at":"2025-10-08T04:52:47.707Z","avatar_url":"https://github.com/rootz491.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express TypeScript Starter\n\nThis repository provides a basic setup for building an Express.js application using TypeScript. It includes:\n\n- TypeScript configuration (`tsconfig.json`)\n- Basic Express server setup (`app.ts`)\n- Decorators for creating controllers and routes\n- Example controller (`UserController`) demonstrating GET and POST routes\n\n## Prerequisites\n\nBefore running this application, make sure you have the following installed:\n\n- Node.js (v14.x or higher)\n- npm (v6.x or higher) or yarn (v1.x or higher)\n- TypeScript (v4.x or higher)\n\n## Getting Started\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/rootz491/express-oop-boilerplate\n   cd express-oop-boilerplate\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Compile TypeScript:**\n\n   ```bash\n   npm run build\n   ```\n\n4. **Run the server:**\n\n   ```bash\n    npm start\n   ```\n\n   The server will start at http://localhost:3000.\n\n## Project Structure\n\nThe project structure is organized as follows:\n\n```\n.\n├── src/ # Source files\n│ ├── controllers/ # Controllers defining route handlers\n│ ├── decorators/ # Custom decorators (e.g., for routes)\n│ ├── utils/ # Utility functions\n│ ├── app.ts # Entry point for the application\n│ └── ... # Other TypeScript files\n├── dist/ # Compiled JavaScript files (generated after build)\n├── node_modules/ # Dependencies installed by npm or yarn\n├── package.json # Project manifest\n├── tsconfig.json # TypeScript configuration\n└── README.md # Project documentation\n```\n\n## Contributing\n\nContributions are welcome! Fork the repository and submit a pull request for any enhancements or fixes.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://mit-license.org/) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootz491%2Fexpress-oop-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootz491%2Fexpress-oop-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootz491%2Fexpress-oop-boilerplate/lists"}