{"id":26891466,"url":"https://github.com/jmrl23/express-template","last_synced_at":"2025-06-13T07:32:40.989Z","repository":{"id":210178695,"uuid":"711457726","full_name":"jmrl23/express-template","owner":"jmrl23","description":"A robust and user-friendly template for building Express applications. It comes with all the essentials to kickstart your project. Additionally, it's highly flexible, allowing you to effortlessly incorporate your own features and enhancements.","archived":false,"fork":false,"pushed_at":"2025-01-20T12:32:39.000Z","size":306,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T22:35:08.882Z","etag":null,"topics":["express","express-template","expressjs","template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jmrl23.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":"2023-10-29T10:29:14.000Z","updated_at":"2025-01-20T12:32:40.000Z","dependencies_parsed_at":"2023-12-26T16:02:05.335Z","dependency_job_id":"6e340796-9116-42a1-919b-10164e88e6d9","html_url":"https://github.com/jmrl23/express-template","commit_stats":null,"previous_names":["jmrl23/express-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/jmrl23/express-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrl23%2Fexpress-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrl23%2Fexpress-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrl23%2Fexpress-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrl23%2Fexpress-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmrl23","download_url":"https://codeload.github.com/jmrl23/express-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrl23%2Fexpress-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259602085,"owners_count":22882906,"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":["express","express-template","expressjs","template"],"created_at":"2025-03-31T22:34:06.406Z","updated_at":"2025-06-13T07:32:40.965Z","avatar_url":"https://github.com/jmrl23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express Template\n\ntemplate for building express application\n\n[![Express](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)\n\n## Installation\n\n```sh\nyarn # or npm install\n```\n\n## Scripts\n\n| Script     | Description                                 |\n| ---------- | ------------------------------------------- |\n| build      | build project                               |\n| test       | run test files                              |\n| start      | start (must build first)                    |\n| start:dev  | start on development mode (nodemon + swc)   |\n| start:prod | start on production mode (must build first) |\n| format     | format codes (prettier)                     |\n| lint       | lint codes (eslint)                         |\n\n## Structure\n\nCore files and folders\n\n```\nsrc/\n├── app.ts                        # main express instance\n├── bootstrap.ts                  # main plugins entrypoint\n├── init.ts                       # initialization file\n├── lib/                          # libraries\n│   ├── common/\n│   │   ├── index.ts\n│   │   ├── logger.ts\n│   │   ├── swagger.ts\n│   │   ├── typings.ts\n│   │   ├── validate.ts\n│   │   └── wrapper.ts\n│   └── constant/\n│       └── env.ts\n├── main.ts                       # main entrypoint\n├── modules/\n│   ├── cache/\n│   │   ├── cacheService.spec.ts\n│   │   └── cacheService.ts\n│   └── todos/                    # example module\n│       ├── todos.route.ts\n│       ├── todosSchema.ts\n│       ├── todosService.spec.ts\n│       └── todosService.ts\n├── plugins/\n│   ├── middlewares.ts\n│   ├── routes.ts\n│   └── swagger.ts\n└── test.ts                       # test entrypoint (run all test files)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrl23%2Fexpress-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmrl23%2Fexpress-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrl23%2Fexpress-template/lists"}