{"id":18655782,"url":"https://github.com/jezbravo/nextjs-prisma-crud","last_synced_at":"2026-05-07T06:35:45.296Z","repository":{"id":240320422,"uuid":"756942412","full_name":"jezbravo/nextjs-prisma-crud","owner":"jezbravo","description":"Classic to-do app","archived":false,"fork":false,"pushed_at":"2024-05-18T00:07:04.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T14:40:51.241Z","etag":null,"topics":["javascript","nextjs","postgresql","prisma","vercel"],"latest_commit_sha":null,"homepage":"https://nextjs-prisma-crud-smoky.vercel.app","language":"JavaScript","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/jezbravo.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":"2024-02-13T15:54:51.000Z","updated_at":"2024-05-18T00:16:33.000Z","dependencies_parsed_at":"2024-05-18T02:25:05.972Z","dependency_job_id":"eb458eb1-90f1-4e2f-ae27-bab3d56f4238","html_url":"https://github.com/jezbravo/nextjs-prisma-crud","commit_stats":null,"previous_names":["jezbravo/nextjs-prisma-crud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezbravo%2Fnextjs-prisma-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezbravo%2Fnextjs-prisma-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezbravo%2Fnextjs-prisma-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jezbravo%2Fnextjs-prisma-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jezbravo","download_url":"https://codeload.github.com/jezbravo/nextjs-prisma-crud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239470580,"owners_count":19644151,"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":["javascript","nextjs","postgresql","prisma","vercel"],"created_at":"2024-11-07T07:20:00.508Z","updated_at":"2025-11-05T19:30:31.124Z","avatar_url":"https://github.com/jezbravo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js + Prisma CRUD\n\n## Description\n\nThis is a classic to-do app. The user will be able to create, read, update and delete tasks in a minimalist but elegant interface.\n\n### Stack\n\n- HTML\n- TailwindCSS\n- JavaScript\n- Next.js\n- Prisma\n- PostreSQL\n- Vercel\n\n## Setup\n\nFirst of all you must clone the repository:\n\n```sh\ngit clone https://github.com/jezbravo/nextjs-prisma-crud.git\ncd nextjs-prisma-crud\n```\n\nThen install the dependencies:\n\n```node\nnpm install\n```\n\n### Environment Variables\n\nIn order for the program to work correctly, it is necessary to configure the following environment variables in an **.env** file at the root of the project:\n\n```javascript\nPOSTGRES_PRISMA_URL=\nPOSTGRES_URL_NON_POOLING=\n```\n\nBoth keys are obtained in the storage configuration provided by Vercel.\n\nOnce everything is ready:\n\n```javascript\nnpm run dev\n```\n\n## Demo\n\nThe interface tries to be as intuitive and friendly as possible. The page displays a grid with created tasks. Each task can be selected to be updated or deleted. There is also a navigation bar that makes it possible to go to the home page, create a new task, or view the typical \"about us\" information.\n\nYou can test a deployed version at the following link: https://nextjs-prisma-crud-smoky.vercel.app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezbravo%2Fnextjs-prisma-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjezbravo%2Fnextjs-prisma-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezbravo%2Fnextjs-prisma-crud/lists"}