{"id":14957581,"url":"https://github.com/rjmacarthy/express-typescript-starter","last_synced_at":"2025-09-05T07:38:59.323Z","repository":{"id":8339088,"uuid":"55716273","full_name":"rjmacarthy/express-typescript-starter","owner":"rjmacarthy","description":"An Express.js project implemented using Typescript with strongly typed objects.","archived":false,"fork":false,"pushed_at":"2023-12-01T11:32:03.000Z","size":1266,"stargazers_count":197,"open_issues_count":1,"forks_count":50,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-29T15:39:24.666Z","etag":null,"topics":["express-js","mocha-chai","mongodb","socket-io","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/rjmacarthy.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}},"created_at":"2016-04-07T17:59:37.000Z","updated_at":"2025-01-29T19:47:49.000Z","dependencies_parsed_at":"2023-01-11T17:21:52.962Z","dependency_job_id":"a8b64c13-9e27-4052-a55d-01d976d9fbae","html_url":"https://github.com/rjmacarthy/express-typescript-starter","commit_stats":{"total_commits":168,"total_committers":4,"mean_commits":42.0,"dds":0.3035714285714286,"last_synced_commit":"c2fcbacc69fa280c6d745dc642a63f067aa15add"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/rjmacarthy/express-typescript-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjmacarthy%2Fexpress-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjmacarthy%2Fexpress-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjmacarthy%2Fexpress-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjmacarthy%2Fexpress-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rjmacarthy","download_url":"https://codeload.github.com/rjmacarthy/express-typescript-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rjmacarthy%2Fexpress-typescript-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273727833,"owners_count":25157134,"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-09-05T02:00:09.113Z","response_time":402,"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":["express-js","mocha-chai","mongodb","socket-io","typescript"],"created_at":"2024-09-24T13:15:11.197Z","updated_at":"2025-09-05T07:38:54.308Z","avatar_url":"https://github.com/rjmacarthy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Typescript and Express.js \n=========================\n\n![Build Status](https://github.com/rjmacarthy/express-typescript-starter/actions/workflows/main.yml/badge.svg)\n\n\nAn Express.js project implemented using Typescript with strongly typed objects:\n\n# Installation\n\nClone the repository\n\n```\nnpm install \n```\n\nFor development:\n```\nnpm run dev\n```\n\nTo start:\n```\nnpm run start\n```\n\nTo debug in visual studio code:\n```\nnpm run debug\n```\n\nThen run the `launch.json` configuration inside visual studio code `f5`.  You should now be able to set breakpoints in your typescript.\n\nTest\n```\nnpm run test\n```\n\nTest Watch\n```\nnpm run test:watch\n```\n\nBuild to `./dist`\n```\nnpm run build\n```\n\nBrowse to http://localhost:3000\n\n\n# Folder structure\n\n```\n├── docker-compose.yaml\n├── Dockerfile\n├── nodemon.json\n├── package.json\n├── package-lock.json\n├── README.md\n├── spec\n│   ├── index.spec.ts\n│   └── model.spec.ts\n├── src\n│   ├── controllers\n│   │   └── index.server.controller.ts\n│   ├── database\n│   │   └── index.ts\n│   ├── helpers\n│   │   └── index.ts\n│   ├── index.ts\n│   ├── models\n│   │   └── example.model.ts\n│   ├── public\n│   │   ├── favicon.ico\n│   │   └── stylesheets\n│   ├── routes\n│   │   └── index.server.route.ts\n│   ├── server\n│   │   └── index.ts\n│   ├── socket\n│   │   └── index.ts\n│   ├── tsconfig.json\n│   ├── var\n│   │   └── config.ts\n│   └── views\n│       ├── error.pug\n│       ├── index.pug\n│       └── layout.pug\n├── tsconfig.json\n└── tslint.json\n```\n\n# Docker\n\nBuild the image `docker build -t rjmacarthy/express-typescript-starter .`\n\nRun the image `docker-compose up`\n\nOpen `http://localhost:3000`\n\n\n# License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjmacarthy%2Fexpress-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frjmacarthy%2Fexpress-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frjmacarthy%2Fexpress-typescript-starter/lists"}