{"id":50403139,"url":"https://github.com/niklas-schmidt-dev/shipable-template-starter-node-postgres","last_synced_at":"2026-05-31T00:04:41.234Z","repository":{"id":361492803,"uuid":"1254509707","full_name":"niklas-schmidt-dev/shipable-template-starter-node-postgres","owner":"niklas-schmidt-dev","description":"A React starter with a Node API boundary, typed browser client, and Postgres schema.","archived":false,"fork":false,"pushed_at":"2026-05-30T21:22:09.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T23:13:55.395Z","etag":null,"topics":["general","shipable","shipable-template","starter-node-postgres"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/niklas-schmidt-dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-30T16:52:37.000Z","updated_at":"2026-05-30T21:22:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/niklas-schmidt-dev/shipable-template-starter-node-postgres","commit_stats":null,"previous_names":["niklas-schmidt-dev/shipable-template-starter-node-postgres"],"tags_count":null,"template":true,"template_full_name":null,"purl":"pkg:github/niklas-schmidt-dev/shipable-template-starter-node-postgres","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklas-schmidt-dev%2Fshipable-template-starter-node-postgres","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklas-schmidt-dev%2Fshipable-template-starter-node-postgres/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklas-schmidt-dev%2Fshipable-template-starter-node-postgres/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklas-schmidt-dev%2Fshipable-template-starter-node-postgres/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niklas-schmidt-dev","download_url":"https://codeload.github.com/niklas-schmidt-dev/shipable-template-starter-node-postgres/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklas-schmidt-dev%2Fshipable-template-starter-node-postgres/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33714036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["general","shipable","shipable-template","starter-node-postgres"],"created_at":"2026-05-31T00:04:37.694Z","updated_at":"2026-05-31T00:04:41.210Z","avatar_url":"https://github.com/niklas-schmidt-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shipable Node + Postgres Starter\n\nThis generated app uses React/Vite/Tailwind for the frontend, a Node HTTP API in `api/`, and Postgres migrations in `db/migrations/`.\n\n## Local Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nRun the frontend:\n\n```bash\nnpm run dev\n```\n\nRun the API in another terminal:\n\n```bash\nDATABASE_URL=postgres://user:password@localhost:5432/app npm run dev:api\n```\n\nRun the API with the service start command:\n\n```bash\nDATABASE_URL=postgres://user:password@localhost:5432/app npm run start\n```\n\n`npm run start` runs `npm run build:api` first and then starts the compiled server with Node from `.shipable/service/api/server.js`.\n\nValidate the full project:\n\n```bash\nnpm run typecheck\nnpm run check:api\nnpm run build:api\nnpm run build\n```\n\nThe static preview uses clearly marked fallback data when the API is not deployed or `DATABASE_URL` is missing.\n\nShipable applies SQL migrations from `db/migrations/*.sql` in filename order before starting the service.\n\nThe service runtime listens on `PORT` when provided and defaults to `8787`. The health endpoint is `/api/health`.\n\nThe Node API sets conservative security headers, no-store JSON responses, generic error bodies, fixed URL parsing that does not trust the Host header, and explicit `405 Method not allowed` responses for known API routes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklas-schmidt-dev%2Fshipable-template-starter-node-postgres","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklas-schmidt-dev%2Fshipable-template-starter-node-postgres","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklas-schmidt-dev%2Fshipable-template-starter-node-postgres/lists"}