{"id":22416295,"url":"https://github.com/bunsdev/postgres-starter","last_synced_at":"2025-03-27T04:19:45.499Z","repository":{"id":236189147,"uuid":"792104536","full_name":"BunsDev/postgres-starter","owner":"BunsDev","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-26T01:40:16.000Z","size":392,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T09:29:28.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://postgres-starter-0xbuns.vercel.app","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/BunsDev.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-04-26T01:40:09.000Z","updated_at":"2024-04-26T01:58:17.000Z","dependencies_parsed_at":"2024-04-26T02:46:43.243Z","dependency_job_id":null,"html_url":"https://github.com/BunsDev/postgres-starter","commit_stats":null,"previous_names":["bunsdev/postgres-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fpostgres-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fpostgres-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fpostgres-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Fpostgres-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BunsDev","download_url":"https://codeload.github.com/BunsDev/postgres-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245779485,"owners_count":20670688,"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":[],"created_at":"2024-12-05T15:15:38.027Z","updated_at":"2025-03-27T04:19:45.478Z","avatar_url":"https://github.com/BunsDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\nname: Vercel Postgres Next.js Starter\nslug: postgres-starter\ndescription: Simple Next.js template that uses Vercel Postgres as the database.\nframework: Next.js\nuseCase: Starter\ncss: Tailwind\ndatabase: Vercel Postgres\ndeployUrl: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fstorage%2Fpostgres-starter\u0026project-name=postgres-starter\u0026repository-name=postgres-starter\u0026demo-title=Vercel%20Postgres%20Next.js%20Starter\u0026demo-description=Simple%20Next.js%20template%20that%20uses%20Vercel%20Postgres%20as%20the%20database.\u0026demo-url=https%3A%2F%2Fpostgres-starter.vercel.app%2F\u0026demo-image=https%3A%2F%2Fpostgres-starter.vercel.app%2Fopengraph-image.png\u0026stores=%5B%7B\"type\"%3A\"postgres\"%7D%5D\ndemoUrl: https://postgres-starter.vercel.app/\nrelatedTemplates:\n  - postgres-prisma\n  - postgres-kysely\n  - postgres-sveltekit\n---\n\n# Vercel Postgres Next.js Starter\n\nSimple Next.js template that uses [Vercel Postgres](https://vercel.com/postgres) as the database.\n\n## Demo\n\nhttps://postgres-starter.vercel.app/\n\n## How to Use\n\nYou can choose from one of the following two methods to use this repository:\n\n### One-Click Deploy\n\nDeploy the example using [Vercel](https://vercel.com?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=vercel-examples):\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvercel%2Fexamples%2Ftree%2Fmain%2Fstorage%2Fpostgres-starter\u0026project-name=postgres-starter\u0026repository-name=postgres-starter\u0026demo-title=Vercel%20Postgres%20Next.js%20Starter\u0026demo-description=Simple%20Next.js%20template%20that%20uses%20Vercel%20Postgres%20as%20the%20database.\u0026demo-url=https%3A%2F%2Fpostgres-starter.vercel.app%2F\u0026demo-image=https%3A%2F%2Fpostgres-starter.vercel.app%2Fopengraph-image.png\u0026stores=%5B%7B\"type\"%3A\"postgres\"%7D%5D)\n\n### Clone and Deploy\n\nExecute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [pnpm](https://pnpm.io/installation) to bootstrap the example:\n\n```bash\npnpm create next-app --example https://github.com/vercel/examples/tree/main/storage/postgres-starter\n```\n\nOnce that's done, copy the .env.example file in this directory to .env.local (which will be ignored by Git):\n\n```bash\ncp .env.example .env.local\n```\n\nThen open `.env.local` and set the environment variables to match the ones in your Vercel Storage Dashboard.\n\nNext, run Next.js in development mode:\n\n```bash\npnpm dev\n```\n\nDeploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github\u0026utm_medium=readme\u0026utm_campaign=vercel-examples) ([Documentation](https://nextjs.org/docs/deployment)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Fpostgres-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunsdev%2Fpostgres-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Fpostgres-starter/lists"}