{"id":36847279,"url":"https://github.com/punkestu/express-boilerplate","last_synced_at":"2026-01-12T14:34:09.179Z","repository":{"id":217523364,"uuid":"744117632","full_name":"punkestu/express-boilerplate","owner":"punkestu","description":"Boilerplate with express, liquidjs, and react for creating apps with good domain organization","archived":false,"fork":false,"pushed_at":"2024-02-02T14:22:01.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-02T15:30:05.786Z","etag":null,"topics":["express","liquidjs","reactjs","typescript"],"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/punkestu.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}},"created_at":"2024-01-16T16:52:13.000Z","updated_at":"2024-02-02T15:30:07.563Z","dependencies_parsed_at":"2024-02-02T15:30:06.475Z","dependency_job_id":"1d68200a-807b-412c-8225-61073120811c","html_url":"https://github.com/punkestu/express-boilerplate","commit_stats":null,"previous_names":["punkestu/express-boilerplate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/punkestu/express-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punkestu%2Fexpress-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punkestu%2Fexpress-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punkestu%2Fexpress-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punkestu%2Fexpress-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/punkestu","download_url":"https://codeload.github.com/punkestu/express-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/punkestu%2Fexpress-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","liquidjs","reactjs","typescript"],"created_at":"2026-01-12T14:34:09.066Z","updated_at":"2026-01-12T14:34:09.167Z","avatar_url":"https://github.com/punkestu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express Boilerplate\nCreate express project in no time\n\n## Development\nDo nothing and call \n```\nnpm run dev\n```\n## Production\nBuild with ```npm run build```\nand then run with\n```\nnpm run start\n```\n\n## Structure\n```\nsrc\n├── apps\n│   └── [any app]\n│       ├── controller.ts\n│       ├── repo.ts\n│       ├── route.ts\n│       └── model.ts\n├── bin\n├── public\n├── routes\n│   ├── api\n│   │   ├── v1.ts\n│   │   └── .etc\n│   ├── static.ts\n│   └── web.ts\n├── views\n└── index.ts\n```\nExplanation:\n- ***apps***: will contain all apps folder that will have controller, repo, model and route.\n- ***bin***: will contain main express instance.\n- ***public***: will contain public file such as css, image, .etc.\n- ***routes***: will contain all top level routes and devided into 3 segment: web(for website), api(for api provider), and static(for static file).\n- ***views***: will contain all views, layout, and partials.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunkestu%2Fexpress-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpunkestu%2Fexpress-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpunkestu%2Fexpress-boilerplate/lists"}