{"id":17573643,"url":"https://github.com/aquie00tt/express-typescript-starter-kit","last_synced_at":"2025-04-18T06:33:00.514Z","repository":{"id":259015479,"uuid":"871757035","full_name":"aquie00tt/express-typescript-starter-kit","owner":"aquie00tt","description":"Express \u0026 TypeScript Starter Kit with MongoDB","archived":false,"fork":false,"pushed_at":"2025-03-10T06:25:48.000Z","size":822,"stargazers_count":10,"open_issues_count":5,"forks_count":8,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-30T11:11:23.460Z","etag":null,"topics":["api","error-handling","eslint","express","express-starter-kit","express-typescript-starter","express-typescript-starter-kit","mongodb","nodemon","nodemon-express","prettier","restful-api","starter-kit","ts-node","typescript"],"latest_commit_sha":null,"homepage":"","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/aquie00tt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml ","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-12T21:07:35.000Z","updated_at":"2025-01-21T13:03:14.000Z","dependencies_parsed_at":"2025-01-21T14:21:04.499Z","dependency_job_id":"f5ec8470-1f53-4c46-9611-07efae152c0b","html_url":"https://github.com/aquie00tt/express-typescript-starter-kit","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":"0.19444444444444442","last_synced_commit":"f5095b23256ed88f178ec855802e7ce2e6de1afd"},"previous_names":["aquie00tt/express-typescript-starter-kit"],"tags_count":4,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquie00tt%2Fexpress-typescript-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquie00tt%2Fexpress-typescript-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquie00tt%2Fexpress-typescript-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquie00tt%2Fexpress-typescript-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquie00tt","download_url":"https://codeload.github.com/aquie00tt/express-typescript-starter-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249445253,"owners_count":21273570,"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","error-handling","eslint","express","express-starter-kit","express-typescript-starter","express-typescript-starter-kit","mongodb","nodemon","nodemon-express","prettier","restful-api","starter-kit","ts-node","typescript"],"created_at":"2024-10-21T21:04:05.621Z","updated_at":"2025-04-18T06:33:00.234Z","avatar_url":"https://github.com/aquie00tt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express \u0026 TypeScript Starter Kit\n\nThis is a starter kit for building APIs with **Express** and **TypeScript**. It includes a basic setup with **MongoDB** for data storage, along with commonly used middlewares, error handling, and structured project architecture.\n\n## Features\n\n- **TypeScript** support for improved development experience\n- **Express** for building web applications and APIs\n- **MongoDB** for data storage\n- **CORS** support for cross-origin requests\n- **Helmet** for securing HTTP headers\n- **Morgan** for logging HTTP requests\n- **Error handling** with custom error classes\n- **Docker** support for containerized application deployment\n\n## Prerequisites\n\n- Node.js 22\n- MongoDB (installed locally or use a cloud service)\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/express-typescript-starter.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd express-typescript-starter\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a .env file by copying the .env.sample:\n\n   ```bash\n   cp .env.sample .env.(production | development | test)\n   ```\n\n5. Update the .env file with your configuration settings.\n\n## Usage\n\nTo start the server, run:\n\n```bash\nnpm run start\n```\n\nFor development mode with auto-reloading, run:\n\n```bash\nnpm run dev\n```\n\n## Running Tests\n\nTo run the tests, use:\n\n```bash\nnpm test\n```\n\n# Contributing\n\n1. Fork the repository.\n2. Create a new branch (git checkout -b feature-branch).\n3. Make your changes and commit them (git commit -m 'Add new feature').\n4. Push to the branch (git push origin feature-branch).\n5. Open a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquie00tt%2Fexpress-typescript-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquie00tt%2Fexpress-typescript-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquie00tt%2Fexpress-typescript-starter-kit/lists"}